1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
distbin_ynh/conf/systemd.service

15 lines
294 B
SYSTEMD
Raw Normal View History

2019-01-28 19:15:11 +01:00
[Unit]
2019-01-29 00:19:41 +01:00
Description=Distbin Service
2019-01-28 19:15:11 +01:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
EnvironmentFile=__FINALPATH__/.env
2019-04-24 03:11:53 +02:00
WorkingDirectory=__FINALPATH__/
2019-02-09 00:47:42 +01:00
ExecStart=/bin/sh -c 'node ./dist/bin/server >> /var/log/__APP__/__APP__.log 2>&1'
2019-01-28 19:15:11 +01:00
[Install]
WantedBy=multi-user.target