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
Éric Gaspar ef1cb4af20 v2
2023-12-09 20:44:45 +01:00

22 lines
466 B
Desktop File

[Unit]
Description=Turtl Server: Note taking service
Documentation=https://turtlapp.com/
After=network.target postgresql.service
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="PATH=__PATH__"
ExecStart=__YNH_NODE__ __INSTALL_DIR__/server.js
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=__APP__
Restart=always
RestartSec=10
StartLimitInterval=900
StartLimitBurst=3
[Install]
WantedBy=multi-user.target