forked from bitlair/ansible
Listen on localhost
This commit is contained in:
parent
050205e95c
commit
4870960b45
6 changed files with 19 additions and 11 deletions
|
@ -4,8 +4,8 @@ After=network-online.target
|
|||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
User=thelounge
|
||||
Group=thelounge
|
||||
User={{ chat_user }}
|
||||
Group={{ chat_group }}
|
||||
Type=simple
|
||||
Environment=THELOUNGE_HOME=/var/local/thelounge
|
||||
ExecStart=/usr/local/bin/thelounge start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue