mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
17 lines
326 B
SYSTEMD
17 lines
326 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kresus
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/yunohost.app/APP_TO_CHANGE
|
||
|
Environment=NODE_ENV=production
|
||
|
ExecStart=/usr/bin/node bin/kresus.js
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
|
||
|
StandardOutput=journal
|
||
|
StandardError=inherit
|
||
|
SyslogIdentifier=kresus
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|