1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
glitchsoc_ynh/conf/mastodon-streaming.service

17 lines
321 B
Desktop File

[Unit]
Description=__APP__-streaming
After=network.target
[Service]
Type=simple
User=__APP__
WorkingDirectory=__FINALPATH__/live
Environment="NODE_ENV=production"
Environment="PORT=4000"
ExecStart=/usr/bin/npm run start
TimeoutSec=15
Restart=always
StandardError=syslog
[Install]
WantedBy=multi-user.target