propellor spin

This commit is contained in:
Joey Hess 2014-09-09 15:21:47 -04:00
parent eacc7abcee
commit 8313438986
Failed to extract signature
1 changed files with 4 additions and 1 deletions

View File

@ -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"