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

15 lines
240 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 17:05:33 +02:00
ExecStart=/opt/node_n/bin/thelounge 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