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
2017-09-17 11:58:51 +02:00

17 lines
332 B
Desktop File

[Unit]
Description=Kresus
After=syslog.target network.target
[Service]
WorkingDirectory=YNH_HOME
Environment=NODE_ENV=production HOME=YNH_HOME
ExecStart=YNH_HOME/node_modules/kresus/bin/kresus.js
Type=simple
Restart=always
StandardOutput=journal
StandardError=inherit
SyslogIdentifier=kresus
[Install]
WantedBy=multi-user.target