1
0
forked from Git/send_ynh
send_ynh_agr/conf/systemd.service

17 lines
343 B
SYSTEMD
Raw Normal View History

2021-08-25 17:42:59 +02:00
[Unit]
Description=Send: private file sharing
2021-08-25 17:46:24 +02:00
After=syslog.target network.target
2021-08-25 17:42:59 +02:00
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="NODE_ENV=production"
#Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ __FINALPATH__/server/bin/prod.js
Restart=always
[Install]
WantedBy=multi-user.target