summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-09 15:21:47 -0400
committerJoey Hess2014-09-09 15:21:47 -0400
commit8313438986ce0f5b1c054f8452ba1a1cbc56ec4f (patch)
tree2021b6ee60b447fb5607917d5352e91325a13cc2 /config-joey.hs
parenteacc7abcee8ee72f7d4d76eaf9fb89364f048ec8 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
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"