1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
wetty_ynh/conf/systemd.service
2021-05-18 23:28:39 +02:00

21 lines
393 B
Desktop File

[Unit]
Description=Wetty Web Terminal
After=network.target
[Service]
Type=simple
Environment=NODE_ENV=production
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__YNH_NODE__ . --conf ./config.json5
TimeoutStopSec=20
KillMode=mixed
Restart=always
RestartSec=2
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target