propellor spin

This commit is contained in:
Joey Hess 2014-11-21 20:19:20 -04:00
parent 280d21f7fc
commit 96c4890d89
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

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