diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-02 00:58:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 00:58:10 +0200 |
commit | 9a9a438596e6f57cda87fc7045971197fd2b3078 (patch) | |
tree | f7a4c39149f0faf02f404982d3a3d66e3826cd1d /units/fedora | |
parent | 65b0095b1c126eee9f8d44f81593edb6ff601356 (diff) |
units: tear down sys-kernel-security.automount automount point on shutdown
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/halt.service | 2 | ||||
-rw-r--r-- | units/fedora/poweroff.service | 2 | ||||
-rw-r--r-- | units/fedora/reboot.service | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/units/fedora/halt.service b/units/fedora/halt.service index ff498e4375..50373d48b6 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -9,7 +9,7 @@ Description=Halt Requires=shutdown.target killall.service After=shutdown.target killall.service -Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount +Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount [Service] Type=finish diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service index 07af6c62c3..f237e32719 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -9,7 +9,7 @@ Description=Power-Off Requires=shutdown.target killall.service After=shutdown.target killall.service -Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount +Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount [Service] Type=finish diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 77f5cb3f53..b99dfdc8ac 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -9,7 +9,7 @@ Description=Reboot Requires=shutdown.target killall.service After=shutdown.target killall.service -Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount +Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount [Service] Type=finish |