1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
timeoff_ynh/conf/systemd.service
2018-04-04 11:55:59 +02:00

16 lines
307 B
Desktop File

[Unit]
Description=Timeoff management
After=syslog.target network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
Environment="PORT=__PORT__"
Environment="NODE_ENV=production"
WorkingDirectory=__FINAL_PATH__
ExecStart=__NODE_DIR__/node bin/wwww
Restart=always
[Install]
WantedBy=multi-user.target