From 0ff2fbc848decc56602b0ad49620a2b0f4d2b25b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 18 Nov 2017 00:08:34 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 0465476d..ce653f6c 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -919,7 +919,7 @@ homePowerMonitor user ctx sshkey = propertyList "home power monitor" $ props & Systemd.enabled servicename `requires` serviceinstalled `onChange` Systemd.started servicename - & User.inGroup user (Group "dialout") + & User.hasGroup user (Group "dialout") & Cron.niceJob "homepower upload" (Cron.Times "1 * * * *") user d rsynccommand `requires` Ssh.userKeyAt (Just sshkeyfile) user ctx sshkey -- cgit v1.2.3