16 lines
310 B
Text
16 lines
310 B
Text
|
[Unit]
|
||
|
Description=mastodon-streaming
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=mastodon
|
||
|
WorkingDirectory={{ mastodon_home }}/{{ mastodon_path }}
|
||
|
Environment="NODE_ENV=production"
|
||
|
Environment="PORT=4000"
|
||
|
ExecStart=/usr/bin/npm run start
|
||
|
TimeoutSec=15
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|