This commit is contained in:
parent
050205e95c
commit
4870960b45
6 changed files with 19 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
module.exports = {
|
||||
public: false,
|
||||
port: 9000,
|
||||
bind: "0.0.0.0",
|
||||
bind: "127.0.0.1",
|
||||
reverseProxy: true,
|
||||
lockNetwork: true,
|
||||
maxHistory: 10000,
|
||||
|
|
|
@ -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