propellor spin
This commit is contained in:
parent
280d21f7fc
commit
96c4890d89
|
@ -135,7 +135,7 @@ nspawnService (Container name _ _) cfg = RevertableProperty setup teardown
|
||||||
servicefile = "/etc/systemd/system/multi-user.target.wants" </> service
|
servicefile = "/etc/systemd/system/multi-user.target.wants" </> service
|
||||||
|
|
||||||
servicefilecontent = do
|
servicefilecontent = do
|
||||||
ls <- lines <$> readFile "/lib/systemd/system/ssh.service"
|
ls <- lines <$> readFile "/lib/systemd/system/systemd-nspawn@.service"
|
||||||
return $ unlines $
|
return $ unlines $
|
||||||
"# deployed by propellor" : map addparams ls
|
"# deployed by propellor" : map addparams ls
|
||||||
addparams l
|
addparams l
|
||||||
|
|
Loading…
Reference in New Issue