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/suse | |
parent | 65b0095b1c126eee9f8d44f81593edb6ff601356 (diff) |
units: tear down sys-kernel-security.automount automount point on shutdown
Diffstat (limited to 'units/suse')
l--------- | units/suse/Makefile | 1 | ||||
-rw-r--r-- | units/suse/halt.service | 2 | ||||
-rw-r--r-- | units/suse/poweroff.service | 2 | ||||
-rw-r--r-- | units/suse/reboot.service | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/units/suse/Makefile b/units/suse/Makefile new file mode 120000 index 0000000000..50be21181f --- /dev/null +++ b/units/suse/Makefile @@ -0,0 +1 @@ +../../src/Makefile
\ No newline at end of file diff --git a/units/suse/halt.service b/units/suse/halt.service index 20a01258f8..bc237f02f0 100644 --- a/units/suse/halt.service +++ b/units/suse/halt.service @@ -9,7 +9,7 @@ Description=Halt Requires=shutdown.target After=shutdown.target -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/suse/poweroff.service b/units/suse/poweroff.service index f3d1542842..a68c10cfd3 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -9,7 +9,7 @@ Description=Power-Off Requires=shutdown.target After=shutdown.target -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/suse/reboot.service b/units/suse/reboot.service index 2bc452e180..3dbb469117 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -9,7 +9,7 @@ Description=Reboot Requires=shutdown.target After=shutdown.target -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 |