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
2016-11-24 11:44:51 +01:00

11 lines
232 B
Desktop File

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