1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00

Update systemd.service

This commit is contained in:
ericgaspar 2021-08-31 14:47:12 +02:00
parent 22cc82cbb8
commit b8b7611073
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,12 +6,11 @@ After=syslog.target network.target
Type=simple
User=__APP__
Group=__APP__
Environment="PORT=__PORT__"
Environment="PATH=__ENV_PATH__"
#Environment="PORT=__PORT__"
#Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
WorkingDirectory=__FINALPATH__/
ExecStart=__YNH_NODE__ bin/wwww
#start
Restart=always
[Install]