diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-27 17:15:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-27 17:15:23 -0400 |
| commit | 1eaf855e5f5ac35300c092034d4e7504cc232e6e (patch) | |
| tree | 3306af8637ae09af1db5dcef0cb9f358e2e66201 /src/Propellor/Property/Systemd.hs | |
| parent | eb5e568fb851e89569e42509d2dd476457fc09ea (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 473b2f39..51d1313c 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -293,6 +293,8 @@ nspawnService (Container name _ _) cfg = setup <!> teardown overridefile = overridedir </> "local.conf" overridecontent = [ "[Service]" + , "# Reset ExecStart from the template" + , "ExecStart=" , "ExecStart=/usr/bin/systemd-nspawn " ++ unwords nspawnparams ] nspawnparams = |
