mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
16 lines
300 B
SYSTEMD
16 lines
300 B
SYSTEMD
|
[Unit]
|
||
|
Description=mastodon-streaming
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=mastodon
|
||
|
WorkingDirectory=/opt/mastodon/live
|
||
|
Environment="NODE_ENV=production"
|
||
|
Environment="PORT=4000"
|
||
|
ExecStart=/usr/bin/npm run start
|
||
|
TimeoutSec=15
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|