1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
overleaf_ynh/conf/overleaf-track-changes.service

19 lines
410 B
SYSTEMD
Raw Normal View History

2022-04-23 19:59:10 +02:00
[Unit]
Description=__APP__ track-changes
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
EnvironmentFile=__FINALPATH__/variables.env
ExecStart=__YNH_NODE__ __FINALPATH__/live/services/track-changes/app.js
StandardOutput=append:/var/log/__APP__/track-changes.log
StandardError=inherit
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target