From 96c4890d8974018bf56444a96981995342356ac0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Nov 2014 20:19:20 -0400 Subject: propellor spin --- src/Propellor/Property/Systemd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 0b34a3b4..6cb40e84 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -135,7 +135,7 @@ nspawnService (Container name _ _) cfg = RevertableProperty setup teardown servicefile = "/etc/systemd/system/multi-user.target.wants" service servicefilecontent = do - ls <- lines <$> readFile "/lib/systemd/system/ssh.service" + ls <- lines <$> readFile "/lib/systemd/system/systemd-nspawn@.service" return $ unlines $ "# deployed by propellor" : map addparams ls addparams l -- cgit v1.2.3