forked from bitlair/ansible
maak chat.bitlair.nl
This commit is contained in:
parent
5ab22d0e96
commit
c267c51e1e
9 changed files with 295 additions and 0 deletions
17
roles/chat/templates/thelounge.service
Normal file
17
roles/chat/templates/thelounge.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=The Lounge (IRC client)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
User=thelounge
|
||||
Group=thelounge
|
||||
Type=simple
|
||||
Environment=THELOUNGE_HOME=/var/local/thelounge
|
||||
ExecStart=/usr/local/bin/thelounge start
|
||||
ProtectSystem=yes
|
||||
ProtectHome=yes
|
||||
PrivateTmp=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue