mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
12 lines
220 B
SYSTEMD
12 lines
220 B
SYSTEMD
|
[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
|