1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00
turtl_ynh/conf/systemd.service
ericgaspar 6fb114b790
Fix
2021-11-25 12:11:24 +01:00

15 lines
313 B
Desktop File

[Unit]
Description=Note taking service
Documentation=https://turtlapp.com/
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="PATH=__ENV_PATH__"
ExecStart=__YNH_NODE__ __FINALPATH__/server.js
Restart=on-failure
[Install]
WantedBy=multi-user.target