1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
thelounge_ynh/conf/systemd.service
2015-08-22 20:24:46 +02:00

11 lines
220 B
Desktop File

[Service]
ExecStart=/usr/bin/node /var/www/shout/index.js
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=shout
User=shout
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target