summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Systemd.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
-rw-r--r--src/Propellor/Property/Systemd.hs2
1 files changed, 1 insertions, 1 deletions
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