diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 20:19:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 20:19:20 -0400 |
| commit | 96c4890d8974018bf56444a96981995342356ac0 (patch) | |
| tree | 87eb9b6ae445257eaa3bcd7f657584e5f3ef3848 /src | |
| parent | 280d21f7fc230d294e390d0fa141c38e19ff9e6a (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
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 |
