mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
fix
This commit is contained in:
parent
cc0fd87fdb
commit
3f04360320
2 changed files with 6 additions and 6 deletions
|
@ -55,8 +55,8 @@ port = 80
|
||||||
|
|
||||||
# Example unix socket server
|
# Example unix socket server
|
||||||
#[server.3]
|
#[server.3]
|
||||||
#bind = unix:/tmp/webircgateway.sock
|
bind = unix:/tmp/webircgateway.sock
|
||||||
#bind_mode = 0777
|
bind_mode = 0777
|
||||||
|
|
||||||
# Serve static files from a web root folder.
|
# Serve static files from a web root folder.
|
||||||
# Optional, but handy for serving the Kiwi IRC client if no other webserver is available
|
# Optional, but handy for serving the Kiwi IRC client if no other webserver is available
|
||||||
|
@ -88,7 +88,7 @@ kiwiirc
|
||||||
|
|
||||||
# Connections will be sent to a random upstream
|
# Connections will be sent to a random upstream
|
||||||
[upstream.1]
|
[upstream.1]
|
||||||
hostname = "irc.kiwiirc.com"
|
hostname = "chat.freenode.net"
|
||||||
port = 6667
|
port = 6667
|
||||||
tls = false
|
tls = false
|
||||||
# Connection timeout in seconds
|
# Connection timeout in seconds
|
||||||
|
|
|
@ -4,11 +4,11 @@ Documentation=https://github.com/kiwiirc/webircgateway
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=http
|
User=www-data
|
||||||
Group=http
|
Group=www-data
|
||||||
ExecStart=/var/www/webircgateway/kiwiirc --config=/var/www/webircgateway/config.conf
|
ExecStart=/var/www/webircgateway/kiwiirc --config=/var/www/webircgateway/config.conf
|
||||||
ExecReload=/usr/bin/kill -USR1 $MAINPID
|
ExecReload=/usr/bin/kill -USR1 $MAINPID
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue