diff options
| -rw-r--r-- | config-joey.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index c88270f8..e8dadd94 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -146,7 +146,10 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" , "User = bitlbee" , "AuthMode = Registered" , "[defaults]" - ] `onChange` Service.restarted "bitlbee" + ] + `onChange` Service.restarted "bitlbee" + & "/etc/default/bitlbee" `File.containsLine` "BITLBEE_PORT=\"6767\"" + `onChange` Service.restarted "bitlbee" & Apt.installed ["git-annex", "myrepos" |
