diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-08 05:57:19 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-10 01:02:53 +0100 |
commit | 9cb74bcb23dde8488459ca233bf9caee642b8402 (patch) | |
tree | 96ac4ef2477310955e54fc54324e9fb73e7bcfb4 /units | |
parent | zsh-completion: Move machine listing to autoload (diff) | |
download | systemd-9cb74bcb23dde8488459ca233bf9caee642b8402.tar.xz systemd-9cb74bcb23dde8488459ca233bf9caee642b8402.zip |
man,units: fix installation of systemd-nspawn@.service and add example
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-nspawn@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index eca62e3b17..8e00736498 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -14,4 +14,4 @@ ExecStart=@bindir@/systemd-nspawn -bjD /var/lib/container/%i Type=notify [Install] -Also=multi-user.target +WantedBy=multi-user.target |