diff options
Diffstat (limited to 'elchos')
-rw-r--r-- | elchos/root-image/etc/systemd/system/elch-hostname.service | 2 | ||||
-rw-r--r-- | elchos/root-image/krebs/etc/Reaktor/config.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elchos/root-image/etc/systemd/system/elch-hostname.service b/elchos/root-image/etc/systemd/system/elch-hostname.service index bcee7964..8af94772 100644 --- a/elchos/root-image/etc/systemd/system/elch-hostname.service +++ b/elchos/root-image/etc/systemd/system/elch-hostname.service @@ -1,5 +1,5 @@ [Unit] -Description=change filehooker hostname +Description=change elchOS hostname Before=network.target nss-lookup.target multi-user.target [Service] diff --git a/elchos/root-image/krebs/etc/Reaktor/config.py b/elchos/root-image/krebs/etc/Reaktor/config.py index 5e07b659..a857a0c2 100644 --- a/elchos/root-image/krebs/etc/Reaktor/config.py +++ b/elchos/root-image/krebs/etc/Reaktor/config.py @@ -13,7 +13,7 @@ irc_server = 'irc.freenode.net' irc_restart_timeout = 5 irc_port = 6667 irc_channels = [ - '#filehooker' + '#elchOS' ] admin_file='admin.lst' |