1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
thelounge_ynh/conf/systemd.service

19 lines
342 B
SYSTEMD
Raw Normal View History

2018-05-01 12:25:53 +02:00
[Unit]
Description=The Lounge IRC client
After=__APP__.service
Type=simple
User=__APP__
Group=__APP__
2018-05-01 15:05:05 +02:00
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=__FINALPATH__/index.js start --home /home/yunohost.app/__APP__/
2018-05-01 12:25:53 +02:00
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
2015-08-22 20:24:46 +02:00
[Install]
2018-05-01 12:25:53 +02:00
WantedBy=default.target