From: Jelle vd Kooij Date: Wed, 31 Aug 2016 22:42:34 +0000 (+0200) Subject: Add Install section to systemd rbdmap.service file X-Git-Tag: v11.0.1~157^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57b6f656e17124a5ab4cd1400840d9c7c87a3cc3;p=ceph.git Add Install section to systemd rbdmap.service file Signed-off-by: Jelle vd Kooij --- diff --git a/systemd/rbdmap.service b/systemd/rbdmap.service index 25c324f78dae..70501eaca7d8 100644 --- a/systemd/rbdmap.service +++ b/systemd/rbdmap.service @@ -12,3 +12,6 @@ RemainAfterExit=yes ExecStart=/usr/bin/rbdmap map ExecReload=/usr/bin/rbdmap map ExecStop=/usr/bin/rbdmap unmap + +[Install] +WantedBy=multi-user.target