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

18 lines
319 B
SYSTEMD
Raw Normal View History

2018-05-01 12:25:53 +02:00
[Unit]
Description=The Lounge IRC client
2018-05-01 16:13:20 +02:00
After=network.target
2018-05-01 12:25:53 +02:00
2018-05-01 16:23:50 +02:00
[Service]
2018-05-01 12:25:53 +02:00
Type=simple
User=__APP__
Group=__APP__
2018-05-01 16:00:06 +02:00
WorkingDirectory=__FINALPATH__
2018-05-01 15:05:05 +02:00
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
2018-05-01 16:00:06 +02:00
ExecStart=__NODE__ index.js start --home /home/yunohost.app/__APP__/
2018-05-01 16:13:20 +02:00
Restart=always
2015-08-22 20:24:46 +02:00
[Install]
2018-05-01 12:25:53 +02:00
WantedBy=default.target