mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-18 12:37:40 +07:00
units: update other distro units to recent fedora changes
This commit is contained in:
parent
6f28c033ec
commit
172f6478b3
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=System Initialization
|
||||
DefaultDependencies=no
|
||||
Before=local-fs.target remote-fs.target swap.target sockets.target
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
Before=shutdown.target emergency.service emergency.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/rc.sysinit
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Display Manager
|
||||
After=syslog.target dbus.target haldaemon.service
|
||||
After=syslog.target haldaemon.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/X11/prefdm -nodaemon
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
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 sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target killall.service
|
||||
After=shutdown.target umount.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
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 sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target killall.service
|
||||
After=shutdown.target umount.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
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 sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target killall.service
|
||||
After=shutdown.target umount.target killall.service
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Halt
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Power-Off
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
@ -8,9 +8,8 @@
|
||||
[Unit]
|
||||
Description=Reboot
|
||||
DefaultDependencies=no
|
||||
Requires=shutdown.target
|
||||
After=shutdown.target
|
||||
Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
|
||||
Requires=shutdown.target umount.target
|
||||
After=shutdown.target umount.target
|
||||
|
||||
[Service]
|
||||
Type=finish
|
||||
|
Loading…
Reference in New Issue
Block a user