1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00
kresus_ynh/conf/kresus.service
2016-09-09 11:07:28 +02:00

17 lines
No EOL
326 B
Desktop File

[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