diff options
Diffstat (limited to 'units')
119 files changed, 0 insertions, 2227 deletions
diff --git a/units/.gitignore b/units/.gitignore deleted file mode 100644 index 63c7ba06bb..0000000000 --- a/units/.gitignore +++ /dev/null @@ -1,49 +0,0 @@ -/systemd-hybrid-sleep.service -/systemd-journal-gatewayd.service -/systemd-journal-flush.service -/systemd-hibernate.service -/systemd-suspend.service -/console-getty.service -/systemd-journald.service -/user@.service -/systemd-logind.service -/systemd-localed.service -/systemd-timedated.service -/systemd-hostnamed.service -/console-shell.service -/systemd-sysctl.service -/systemd-ask-password-console.service -/rescue.service -/systemd-ask-password-wall.service -/systemd-quotacheck.service -/quotaon.service -/systemd-fsck@.service -/systemd-fsck-root.service -/systemd-tmpfiles-clean.service -/systemd-tmpfiles-setup.service -/systemd-halt.service -/systemd-poweroff.service -/systemd-reboot.service -/systemd-kexec.service -/systemd-user-sessions.service -/systemd-readahead-done.service -/systemd-tmpfiles.service -/systemd-readahead-collect.service -/systemd-readahead-replay.service -/serial-getty@.service -/systemd-modules-load.service -/systemd-remount-fs.service -/systemd-vconsole-setup.service -/systemd-shutdownd.service -/systemd-random-seed-load.service -/systemd-random-seed-save.service -/systemd-initctl.service -/getty@.service -/systemd-update-utmp-runlevel.service -/systemd-update-utmp-shutdown.service -/systemd-binfmt.service -/emergency.service -/systemd-udev-settle.service -/systemd-udev-trigger.service -/systemd-udevd.service -/debug-shell.service diff --git a/units/Makefile b/units/Makefile deleted file mode 120000 index bd1047548b..0000000000 --- a/units/Makefile +++ /dev/null @@ -1 +0,0 @@ -../src/Makefile
\ No newline at end of file diff --git a/units/basic.target b/units/basic.target deleted file mode 100644 index f9d03fa16f..0000000000 --- a/units/basic.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Basic System -Documentation=man:systemd.special(7) -Requires=sysinit.target sockets.target -After=sysinit.target sockets.target -RefuseManualStart=yes diff --git a/units/bluetooth.target b/units/bluetooth.target deleted file mode 100644 index dd4ae14cfb..0000000000 --- a/units/bluetooth.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Bluetooth -Documentation=man:systemd.special(7) -StopWhenUnneeded=yes diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in deleted file mode 100644 index 9d80d4b6f6..0000000000 --- a/units/console-getty.service.m4.in +++ /dev/null @@ -1,49 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Console Getty -Documentation=man:agetty(8) -After=systemd-user-sessions.service plymouth-quit-wait.service -m4_ifdef(`TARGET_FEDORA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_ARCH', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_FRUGALWARE', -After=local.service -)m4_dnl -m4_ifdef(`TARGET_ALTLINUX', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MANDRIVA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MAGEIA', -After=rc-local.service -)m4_dnl -Before=getty.target - -[Service] -ExecStart=-/sbin/agetty --noclear -s console 115200,38400,9600 -Type=idle -Restart=always -RestartSec=0 -UtmpIdentifier=cons -TTYPath=/dev/console -TTYReset=yes -TTYVHangup=yes -KillMode=process -IgnoreSIGPIPE=no - -# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash -# terminates cleanly. -KillSignal=SIGHUP - -[Install] -WantedBy=getty.target diff --git a/units/console-shell.service.m4.in b/units/console-shell.service.m4.in deleted file mode 100644 index e0fbc61b96..0000000000 --- a/units/console-shell.service.m4.in +++ /dev/null @@ -1,52 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Console Shell -Documentation=man:sulogin(8) -After=systemd-user-sessions.service plymouth-quit-wait.service -m4_ifdef(`TARGET_FEDORA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_DEBIAN', -After=rc.local.service -)m4_dnl -m4_ifdef(`TARGET_ARCH', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_FRUGALWARE', -After=local.service -)m4_dnl -m4_ifdef(`TARGET_ALTLINUX', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MANDRIVA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MAGEIA', -After=rc-local.service -)m4_dnl -Before=getty.target - -[Service] -Environment=HOME=/root -WorkingDirectory=/root -ExecStart=-/sbin/sulogin -ExecStopPost=-@SYSTEMCTL@ poweroff -Type=idle -StandardInput=tty-force -StandardOutput=inherit -StandardError=inherit -KillMode=process -IgnoreSIGPIPE=no - -# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash -# terminates cleanly. -KillSignal=SIGHUP - -[Install] -WantedBy=getty.target diff --git a/units/cryptsetup.target b/units/cryptsetup.target deleted file mode 100644 index 25d3e33f6a..0000000000 --- a/units/cryptsetup.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Encrypted Volumes -Documentation=man:systemd.special(7) diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in deleted file mode 100644 index 2aa98d3cc5..0000000000 --- a/units/debug-shell.service.in +++ /dev/null @@ -1,33 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Early root shell on tty9 FOR DEBUGGING ONLY -Documentation=man:sushell(8) -DefaultDependencies=no -IgnoreOnIsolate=yes - -[Service] -Environment=TERM=linux -ExecStart=@sushell@ -Restart=always -RestartSec=0 -StandardInput=tty -TTYPath=/dev/tty9 -TTYReset=yes -TTYVHangup=yes -KillMode=process -IgnoreSIGPIPE=no -# bash ignores SIGTERM -KillSignal=SIGHUP - -# Unset locale for the console getty since the console has problems -# displaying some internationalized messages. -Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION= - -[Install] -WantedBy=sysinit.target diff --git a/units/dev-hugepages.mount b/units/dev-hugepages.mount deleted file mode 100644 index 9381167c83..0000000000 --- a/units/dev-hugepages.mount +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Huge Pages File System -Documentation=https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/sys/kernel/mm/hugepages - -[Mount] -What=hugetlbfs -Where=/dev/hugepages -Type=hugetlbfs diff --git a/units/dev-mqueue.mount b/units/dev-mqueue.mount deleted file mode 100644 index 5786bb1519..0000000000 --- a/units/dev-mqueue.mount +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=POSIX Message Queue File System -Documentation=man:mq_overview(7) -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/proc/sys/fs/mqueue - -[Mount] -What=mqueue -Where=/dev/mqueue -Type=mqueue diff --git a/units/emergency.service.in b/units/emergency.service.in deleted file mode 100644 index 129a83150a..0000000000 --- a/units/emergency.service.in +++ /dev/null @@ -1,31 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Emergency Shell -Documentation=man:sulogin(8) -DefaultDependencies=no -Conflicts=shutdown.target -Before=shutdown.target - -[Service] -Environment=HOME=/root -WorkingDirectory=/root -ExecStartPre=-/bin/plymouth quit -ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -b" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" to try again\\nto boot into default mode.' -ExecStart=-/sbin/sulogin -ExecStopPost=@SYSTEMCTL@ --fail --no-block default -Type=idle -StandardInput=tty-force -StandardOutput=inherit -StandardError=inherit -KillMode=process -IgnoreSIGPIPE=no - -# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash -# terminates cleanly. -KillSignal=SIGHUP diff --git a/units/emergency.target b/units/emergency.target deleted file mode 100644 index 0760d66f95..0000000000 --- a/units/emergency.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Emergency Mode -Documentation=man:systemd.special(7) -Requires=emergency.service -After=emergency.service -AllowIsolate=yes diff --git a/units/fedora/Makefile b/units/fedora/Makefile deleted file mode 120000 index 50be21181f..0000000000 --- a/units/fedora/Makefile +++ /dev/null @@ -1 +0,0 @@ -../../src/Makefile
\ No newline at end of file diff --git a/units/fedora/halt-local.service b/units/fedora/halt-local.service deleted file mode 100644 index a0a3a292e7..0000000000 --- a/units/fedora/halt-local.service +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=/sbin/halt.local Compatibility -ConditionFileIsExecutable=/sbin/halt.local -DefaultDependencies=no -After=shutdown.target -Before=final.target - -[Service] -Type=oneshot -ExecStart=/sbin/halt.local -TimeoutSec=0 -StandardOutput=tty -RemainAfterExit=yes diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service deleted file mode 100644 index 3b3bda9f6f..0000000000 --- a/units/fedora/rc-local.service +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This unit gets pulled automatically into multi-user.target by -# systemd-rc-local-generator if /etc/rc.d/rc.local is executable. -[Unit] -Description=/etc/rc.d/rc.local Compatibility -After=network.target - -[Service] -Type=forking -ExecStart=/etc/rc.d/rc.local start -TimeoutSec=0 -RemainAfterExit=yes -SysVStartPriority=99 diff --git a/units/final.target b/units/final.target deleted file mode 100644 index 42819105c8..0000000000 --- a/units/final.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Final Step -Documentation=man:systemd.special(7) -DefaultDependencies=no -RefuseManualStart=yes -After=shutdown.target umount.target diff --git a/units/frugalware/display-manager.service b/units/frugalware/display-manager.service deleted file mode 100644 index a5c475cd9e..0000000000 --- a/units/frugalware/display-manager.service +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Display Manager -After=local.service systemd-user-sessions.service - -[Service] -EnvironmentFile=/etc/sysconfig/desktop -ExecStart=/bin/bash -c "exec ${desktop}" -Restart=always -RestartSec=0 diff --git a/units/getty.target b/units/getty.target deleted file mode 100644 index d53da35f9c..0000000000 --- a/units/getty.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Login Prompts -Documentation=man:systemd.special(7) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 deleted file mode 100644 index 810c23fc12..0000000000 --- a/units/getty@.service.m4 +++ /dev/null @@ -1,68 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Getty on %I -Documentation=man:agetty(8) -After=systemd-user-sessions.service plymouth-quit-wait.service -m4_ifdef(`TARGET_FEDORA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_DEBIAN', -After=rc.local.service -)m4_dnl -m4_ifdef(`TARGET_ARCH', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_FRUGALWARE', -After=local.service -)m4_dnl -m4_ifdef(`TARGET_ALTLINUX', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MANDRIVA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MAGEIA', -After=rc-local.service -)m4_dnl - -# If additional gettys are spawned during boot then we should make -# sure that this is synchronized before getty.target, even though -# getty.target didn't actually pull it in. -Before=getty.target -IgnoreOnIsolate=yes - -# On systems without virtual consoles, don't start any getty. (Note -# that serial gettys are covered by serial-getty@.service, not this -# unit -ConditionPathExists=/dev/tty0 - -[Service] -# the VT is cleared by TTYVTDisallocate -ExecStart=-/sbin/agetty --noclear %I 38400 linux -Type=idle -Restart=always -RestartSec=0 -UtmpIdentifier=%I -TTYPath=/dev/%I -TTYReset=yes -TTYVHangup=yes -TTYVTDisallocate=yes -KillMode=process -IgnoreSIGPIPE=no - -# Unset locale for the console getty since the console has problems -# displaying some internationalized messages. -Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION= - -# Some login implementations ignore SIGTERM, so we send SIGHUP -# instead, to ensure that login terminates cleanly. -KillSignal=SIGHUP - -[Install] -Alias=getty.target.wants/getty@tty1.service diff --git a/units/graphical.target b/units/graphical.target deleted file mode 100644 index 65f2521d9e..0000000000 --- a/units/graphical.target +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Graphical Interface -Documentation=man:systemd.special(7) -Requires=multi-user.target -After=multi-user.target -Conflicts=rescue.target -Wants=display-manager.service -AllowIsolate=yes - -[Install] -Alias=default.target diff --git a/units/halt.target b/units/halt.target deleted file mode 100644 index a21d984b26..0000000000 --- a/units/halt.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Halt -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=systemd-halt.service -After=systemd-halt.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target diff --git a/units/hibernate.target b/units/hibernate.target deleted file mode 100644 index 143eb59230..0000000000 --- a/units/hibernate.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Hibernate -Documentation=man:systemd.special(7) -DefaultDependencies=no -BindsTo=systemd-hibernate.service -After=systemd-hibernate.service diff --git a/units/hybrid-sleep.target b/units/hybrid-sleep.target deleted file mode 100644 index d2d3409225..0000000000 --- a/units/hybrid-sleep.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Hybrid Suspend+Hibernate -Documentation=man:systemd.special(7) -DefaultDependencies=no -BindsTo=systemd-hybrid-sleep.service -After=systemd-hybrid-sleep.service diff --git a/units/kexec.target b/units/kexec.target deleted file mode 100644 index 90795d0c5a..0000000000 --- a/units/kexec.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Reboot via kexec -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=systemd-kexec.service -After=systemd-kexec.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target diff --git a/units/local-fs-pre.target b/units/local-fs-pre.target deleted file mode 100644 index f8760ec9df..0000000000 --- a/units/local-fs-pre.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Local File Systems (Pre) -Documentation=man:systemd.special(7) diff --git a/units/local-fs.target b/units/local-fs.target deleted file mode 100644 index dd92b17b6a..0000000000 --- a/units/local-fs.target +++ /dev/null @@ -1,12 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Local File Systems -Documentation=man:systemd.special(7) -OnFailure=emergency.target -OnFailureIsolate=yes diff --git a/units/mail-transfer-agent.target b/units/mail-transfer-agent.target deleted file mode 100644 index d2f24d15b9..0000000000 --- a/units/mail-transfer-agent.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=Mail Transfer Agent -Documentation=man:systemd.special(7) diff --git a/units/multi-user.target b/units/multi-user.target deleted file mode 100644 index 6e3f0b4f7a..0000000000 --- a/units/multi-user.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Multi-User -Documentation=man:systemd.special(7) -Requires=basic.target -Conflicts=rescue.service rescue.target -After=basic.target rescue.service rescue.target -AllowIsolate=yes - -[Install] -Alias=default.target diff --git a/units/network.target b/units/network.target deleted file mode 100644 index 5406f4e5d9..0000000000 --- a/units/network.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Network -Documentation=man:systemd.special(7) diff --git a/units/nss-lookup.target b/units/nss-lookup.target deleted file mode 100644 index eea905a715..0000000000 --- a/units/nss-lookup.target +++ /dev/null @@ -1,14 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=Host and Network Name Lookups -Documentation=man:systemd.special(7) -After=network.target diff --git a/units/nss-user-lookup.target b/units/nss-user-lookup.target deleted file mode 100644 index 3e0fced101..0000000000 --- a/units/nss-user-lookup.target +++ /dev/null @@ -1,14 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for implementations lacking socket/bus -# activation. - -[Unit] -Description=User and Group Name Lookups -Documentation=man:systemd.special(7) -After=network.target diff --git a/units/poweroff.target b/units/poweroff.target deleted file mode 100644 index 71871033a5..0000000000 --- a/units/poweroff.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Power-Off -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=systemd-poweroff.service -After=systemd-poweroff.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target diff --git a/units/printer.target b/units/printer.target deleted file mode 100644 index a6b86caa8d..0000000000 --- a/units/printer.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Printer -Documentation=man:systemd.special(7) -StopWhenUnneeded=yes diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount deleted file mode 100644 index 7fd5afe3cd..0000000000 --- a/units/proc-sys-fs-binfmt_misc.automount +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Arbitrary Executable File Formats File System Automount Point -Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/proc/sys/fs/binfmt_misc/ -ConditionPathIsReadWrite=/proc/sys/ - -[Automount] -Where=/proc/sys/fs/binfmt_misc diff --git a/units/proc-sys-fs-binfmt_misc.mount b/units/proc-sys-fs-binfmt_misc.mount deleted file mode 100644 index c64c84951e..0000000000 --- a/units/proc-sys-fs-binfmt_misc.mount +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Arbitrary Executable File Formats File System -Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt -DefaultDependencies=no - -[Mount] -What=binfmt_misc -Where=/proc/sys/fs/binfmt_misc -Type=binfmt_misc diff --git a/units/quotaon.service.in b/units/quotaon.service.in deleted file mode 100644 index 49a50a7feb..0000000000 --- a/units/quotaon.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Enable File System Quotas -Documentation=man:quotaon(8) -DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service -Before=local-fs.target shutdown.target -ConditionPathExists=@QUOTAON@ - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@QUOTAON@ -aug diff --git a/units/reboot.target b/units/reboot.target deleted file mode 100644 index dec8f56796..0000000000 --- a/units/reboot.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Reboot -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=systemd-reboot.service -After=systemd-reboot.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target deleted file mode 100644 index 2169533bd3..0000000000 --- a/units/remote-fs-pre.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Remote File Systems (Pre) -Documentation=man:systemd.special(7) -After=network.target nss-lookup.target diff --git a/units/remote-fs.target b/units/remote-fs.target deleted file mode 100644 index 9e68878ad8..0000000000 --- a/units/remote-fs.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Remote File Systems -Documentation=man:systemd.special(7) - -[Install] -WantedBy=multi-user.target diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in deleted file mode 100644 index 89059e05de..0000000000 --- a/units/rescue.service.m4.in +++ /dev/null @@ -1,40 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Rescue Shell -Documentation=man:sulogin(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=sysinit.target plymouth-start.service -Before=shutdown.target - -[Service] -Environment=HOME=/root -WorkingDirectory=/root -ExecStartPre=-/bin/plymouth quit -ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! Type "systemctl default" or ^D to enter default mode.\\nType "journalctl -b" to view system logs. Type "systemctl reboot" to reboot.' -m4_ifdef(`TARGET_FEDORA', -`EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec ${SINGLE}"', -m4_ifdef(`TARGET_MANDRIVA', -`EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec ${SINGLE}"', -m4_ifdef(`TARGET_MAGEIA', -`EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec ${SINGLE}"', -`ExecStart=-/sbin/sulogin'))) -ExecStopPost=-@SYSTEMCTL@ --fail --no-block default -Type=idle -StandardInput=tty-force -StandardOutput=inherit -StandardError=inherit -KillMode=process - -# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash -# terminates cleanly. -KillSignal=SIGHUP diff --git a/units/rescue.target b/units/rescue.target deleted file mode 100644 index 3f59b14339..0000000000 --- a/units/rescue.target +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Rescue Mode -Documentation=man:systemd.special(7) -Requires=sysinit.target rescue.service -After=sysinit.target rescue.service -AllowIsolate=yes - -[Install] -Alias=kbrequest.target diff --git a/units/rpcbind.target b/units/rpcbind.target deleted file mode 100644 index eb06a6db26..0000000000 --- a/units/rpcbind.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=RPC Port Mapper -Documentation=man:systemd.special(7) diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 deleted file mode 100644 index c411dc1121..0000000000 --- a/units/serial-getty@.service.m4 +++ /dev/null @@ -1,55 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Serial Getty on %I -Documentation=man:agetty(8) man:systemd-getty-generator(8) -BindsTo=dev-%i.device -After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service -m4_ifdef(`TARGET_FEDORA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_DEBIAN', -After=rc.local.service -)m4_dnl -m4_ifdef(`TARGET_ARCH', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_FRUGALWARE', -After=local.service -)m4_dnl -m4_ifdef(`TARGET_ALTLINUX', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MANDRIVA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MAGEIA', -After=rc-local.service -)m4_dnl - -# If additional gettys are spawned during boot then we should make -# sure that this is synchronized before getty.target, even though -# getty.target didn't actually pull it in. -Before=getty.target -IgnoreOnIsolate=yes - -[Service] -ExecStart=-/sbin/agetty -s %I 115200,38400,9600 vt102 -Type=idle -Restart=always -RestartSec=0 -UtmpIdentifier=%I -TTYPath=/dev/%I -TTYReset=yes -TTYVHangup=yes -KillMode=process -IgnoreSIGPIPE=no - -# Some login implementations ignore SIGTERM, so we send SIGHUP -# instead, to ensure that login terminates cleanly. -KillSignal=SIGHUP diff --git a/units/shutdown.target b/units/shutdown.target deleted file mode 100644 index 73e302b8b2..0000000000 --- a/units/shutdown.target +++ /dev/null @@ -1,12 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Shutdown -Documentation=man:systemd.special(7) -DefaultDependencies=no -RefuseManualStart=yes diff --git a/units/sigpwr.target b/units/sigpwr.target deleted file mode 100644 index a52e7cffc9..0000000000 --- a/units/sigpwr.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Power Failure -Documentation=man:systemd.special(7) diff --git a/units/sleep.target b/units/sleep.target deleted file mode 100644 index 10c7c8d594..0000000000 --- a/units/sleep.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Sleep -Documentation=man:systemd.special(7) -DefaultDependencies=no -RefuseManualStart=yes -StopWhenUnneeded=yes diff --git a/units/smartcard.target b/units/smartcard.target deleted file mode 100644 index 5fefe84703..0000000000 --- a/units/smartcard.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Smart Card -Documentation=man:systemd.special(7) -StopWhenUnneeded=yes diff --git a/units/sockets.target b/units/sockets.target deleted file mode 100644 index 26ab065d02..0000000000 --- a/units/sockets.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Sockets -Documentation=man:systemd.special(7) diff --git a/units/sound.target b/units/sound.target deleted file mode 100644 index 6699adeceb..0000000000 --- a/units/sound.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Sound Card -Documentation=man:systemd.special(7) -StopWhenUnneeded=yes diff --git a/units/suse/halt-local.service b/units/suse/halt-local.service deleted file mode 100644 index 3a3a7930e2..0000000000 --- a/units/suse/halt-local.service +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=/etc/init.d/halt.local Compatibility -ConditionFileIsExecutable=/etc/init.d/halt.local -DefaultDependencies=no -After=shutdown.target -Before=final.target - -[Service] -Type=oneshot -ExecStart=/etc/init.d/halt.local -TimeoutSec=0 -StandardOutput=tty -RemainAfterExit=yes diff --git a/units/suse/rc-local.service b/units/suse/rc-local.service deleted file mode 100644 index 0fd70e0fc9..0000000000 --- a/units/suse/rc-local.service +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This unit gets pulled automatically into multi-user.target by -# systemd-rc-local-generator if /etc/init.d/boot.local is executable. -[Unit] -Description=/etc/init.d/boot.local Compatibility -After=network.target - -[Service] -Type=oneshot -ExecStart=/etc/init.d/boot.local -TimeoutSec=0 -RemainAfterExit=yes -SysVStartPriority=99 diff --git a/units/suspend.target b/units/suspend.target deleted file mode 100644 index f50cb2264f..0000000000 --- a/units/suspend.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Suspend -Documentation=man:systemd.special(7) -DefaultDependencies=no -BindsTo=systemd-suspend.service -After=systemd-suspend.service diff --git a/units/swap.target b/units/swap.target deleted file mode 100644 index 23a7d0dc9c..0000000000 --- a/units/swap.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Swap -Documentation=man:systemd.special(7) diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount deleted file mode 100644 index 9269ea4272..0000000000 --- a/units/sys-fs-fuse-connections.mount +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=FUSE Control File System -Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt -DefaultDependencies=no -ConditionPathExists=/sys/fs/fuse/connections -After=systemd-modules-load.service -Before=sysinit.target - -[Mount] -What=fusectl -Where=/sys/fs/fuse/connections -Type=fusectl diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount deleted file mode 100644 index e7cd4909c1..0000000000 --- a/units/sys-kernel-config.mount +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Configuration File System -Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt -DefaultDependencies=no -ConditionPathExists=/sys/kernel/config -After=systemd-modules-load.service -Before=sysinit.target - -[Mount] -What=configfs -Where=/sys/kernel/config -Type=configfs diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount deleted file mode 100644 index 8b1e33e7f7..0000000000 --- a/units/sys-kernel-debug.mount +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Debug File System -Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt -DefaultDependencies=no -ConditionPathExists=/sys/kernel/debug -Before=sysinit.target - -[Mount] -What=debugfs -Where=/sys/kernel/debug -Type=debugfs diff --git a/units/sysinit.target b/units/sysinit.target deleted file mode 100644 index 8f4fb8f5c1..0000000000 --- a/units/sysinit.target +++ /dev/null @@ -1,14 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=System Initialization -Documentation=man:systemd.special(7) -Conflicts=emergency.service emergency.target -Wants=local-fs.target swap.target -After=local-fs.target swap.target emergency.service emergency.target -RefuseManualStart=yes diff --git a/units/syslog.socket b/units/syslog.socket deleted file mode 100644 index c784357627..0000000000 --- a/units/syslog.socket +++ /dev/null @@ -1,43 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Syslog Socket -Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog -DefaultDependencies=no -Before=sockets.target syslog.target shutdown.target - -# Don't allow logging until the very end -Conflicts=shutdown.target - -# Pull in syslog.target to tell people that /dev/log is now accessible -Wants=syslog.target - -[Socket] -ListenDatagram=/run/systemd/journal/syslog -SocketMode=0666 -PassCredentials=yes -PassSecurity=yes -ReceiveBuffer=8M - -# The default syslog implementation should make syslog.service a -# symlink to itself, so that this socket activates the right actual -# syslog service. -# -# Examples: -# -# /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service -# /etc/systemd/system/syslog.service -> /lib/systemd/system/syslog-ng.service -# -# Best way to achieve that is by adding this to your unit file -# (i.e. to rsyslog.service or syslog-ng.service): -# -# [Install] -# Alias=syslog.service -# -# See http://www.freedesktop.org/wiki/Software/systemd/syslog for details. diff --git a/units/syslog.target b/units/syslog.target deleted file mode 100644 index 423fef30ad..0000000000 --- a/units/syslog.target +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=Syslog -Documentation=man:systemd.special(7) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog - -# Avoid that we conflict with shutdown.target, so that we can stay -# until the very end and do not cancel shutdown.target if we should -# happen to be activated very late. -DefaultDependencies=no diff --git a/units/system-update.target b/units/system-update.target deleted file mode 100644 index d0f847f957..0000000000 --- a/units/system-update.target +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=System Update -Documentation=http://freedesktop.org/wiki/Software/systemd/SystemUpdates -Documentation=man:systemd.special(7) man:systemd-system-update-generator(8) -Requires=sysinit.target -Conflicts=shutdown.target systemd-readahead-collect.service systemd-readahead-replay.service -After=sysinit.target -Before=shutdown.target -AllowIsolate=yes diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path deleted file mode 100644 index 80f6cc4c18..0000000000 --- a/units/systemd-ask-password-console.path +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Dispatch Password Requests to Console Directory Watch -Documentation=man:systemd-ask-password-console.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=plymouth-start.service -Before=basic.target shutdown.target -ConditionPathExists=!/run/plymouth/pid - -[Path] -DirectoryNotEmpty=/run/systemd/ask-password -MakeDirectory=yes diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in deleted file mode 100644 index 4bcb30be02..0000000000 --- a/units/systemd-ask-password-console.service.in +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Dispatch Password Requests to Console -Documentation=man:systemd-ask-password-console.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=plymouth-start.service -Before=shutdown.target -ConditionPathExists=!/run/plymouth/pid - -[Service] -ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path deleted file mode 100644 index 62dee80552..0000000000 --- a/units/systemd-ask-password-wall.path +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Forward Password Requests to Wall Directory Watch -Documentation=man:systemd-ask-password-console.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -Before=basic.target shutdown.target - -[Path] -DirectoryNotEmpty=/run/systemd/ask-password -MakeDirectory=yes diff --git a/units/systemd-ask-password-wall.service.in b/units/systemd-ask-password-wall.service.in deleted file mode 100644 index 0eaa274794..0000000000 --- a/units/systemd-ask-password-wall.service.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Forward Password Requests to Wall -Documentation=man:systemd-ask-password-console.service(8) -After=systemd-user-sessions.service - -[Service] -ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service -ExecStart=@rootbindir@/systemd-tty-ask-password-agent --wall diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in deleted file mode 100644 index 02dfe774df..0000000000 --- a/units/systemd-binfmt.service.in +++ /dev/null @@ -1,26 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Set Up Additional Binary Formats -Documentation=man:systemd-binfmt.service(8) man:binfmt.d(5) -Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt -DefaultDependencies=no -Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service proc-sys-fs-binfmt_misc.automount -Before=sysinit.target shutdown.target -ConditionPathIsReadWrite=/proc/sys/ -ConditionDirectoryNotEmpty=|/lib/binfmt.d -ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d -ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d -ConditionDirectoryNotEmpty=|/etc/binfmt.d -ConditionDirectoryNotEmpty=|/run/binfmt.d - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-binfmt diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in deleted file mode 100644 index ef5123feb8..0000000000 --- a/units/systemd-fsck-root.service.in +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=File System Check on Root Device -Documentation=man:systemd-fsck@.service(8) -DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=local-fs.target shutdown.target - -# Dracut informs us with this flag file if the root fsck was already run -ConditionPathExists=!/run/initramfs/root-fsck -ConditionPathIsReadWrite=!/ - -[Service] -Type=oneshot -RemainAfterExit=no -ExecStart=@rootlibexecdir@/systemd-fsck -StandardOutput=journal+console -FsckPassNo=1 -TimeoutSec=0 diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in deleted file mode 100644 index b3c71eb250..0000000000 --- a/units/systemd-fsck@.service.in +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=File System Check on %f -Documentation=man:systemd-fsck@.service(8) -DefaultDependencies=no -BindsTo=%i.device -After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device -Before=shutdown.target - -[Service] -Type=oneshot -RemainAfterExit=no -ExecStart=@rootlibexecdir@/systemd-fsck %f -StandardOutput=journal+console -TimeoutSec=0 diff --git a/units/systemd-halt.service.in b/units/systemd-halt.service.in deleted file mode 100644 index d55d622c1c..0000000000 --- a/units/systemd-halt.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Halt -Documentation=man:systemd-halt.service(8) -DefaultDependencies=no -Requires=shutdown.target umount.target final.target -After=shutdown.target umount.target final.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMCTL@ --force halt diff --git a/units/systemd-hibernate.service.in b/units/systemd-hibernate.service.in deleted file mode 100644 index 29d9b696a8..0000000000 --- a/units/systemd-hibernate.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Hibernate -Documentation=man:systemd-suspend.service(8) -DefaultDependencies=no -Requires=sleep.target -After=sleep.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-sleep hibernate diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in deleted file mode 100644 index be22a3ad01..0000000000 --- a/units/systemd-hostnamed.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Hostname Service -Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed - -[Service] -ExecStart=@rootlibexecdir@/systemd-hostnamed -BusName=org.freedesktop.hostname1 -CapabilityBoundingSet=CAP_SYS_ADMIN diff --git a/units/systemd-hybrid-sleep.service.in b/units/systemd-hybrid-sleep.service.in deleted file mode 100644 index 914b686c36..0000000000 --- a/units/systemd-hybrid-sleep.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Hybrid Suspend+Hibernate -Documentation=man:systemd-suspend.service(8) -DefaultDependencies=no -Requires=sleep.target -After=sleep.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-sleep hybrid-sleep diff --git a/units/systemd-initctl.service.in b/units/systemd-initctl.service.in deleted file mode 100644 index 27e663c8dc..0000000000 --- a/units/systemd-initctl.service.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=/dev/initctl Compatibility Daemon -Documentation=man:systemd-initctl.service(8) -DefaultDependencies=no - -[Service] -ExecStart=@rootlibexecdir@/systemd-initctl -NotifyAccess=all diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket deleted file mode 100644 index b98d5ca6e9..0000000000 --- a/units/systemd-initctl.socket +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=/dev/initctl Compatibility Named Pipe -Documentation=man:systemd-initctl.service(8) -DefaultDependencies=no -Before=sockets.target - -[Socket] -ListenFIFO=/dev/initctl -SocketMode=0600 diff --git a/units/systemd-journal-flush.service.in b/units/systemd-journal-flush.service.in deleted file mode 100644 index 503e8a63b8..0000000000 --- a/units/systemd-journal-flush.service.in +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Trigger Flushing of Journal to Persistent Storage -Documentation=man:systemd-journald.service(8) man:journald.conf(5) -DefaultDependencies=no -Requires=systemd-journald.service -After=systemd-journald.service local-fs.target remote-fs.target -Before=systemd-user-sessions.service - -[Service] -ExecStart=@rootbindir@/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service -Type=oneshot diff --git a/units/systemd-journal-gatewayd.service.in b/units/systemd-journal-gatewayd.service.in deleted file mode 100644 index c3b5c725bf..0000000000 --- a/units/systemd-journal-gatewayd.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Gateway Service -Requires=systemd-journal-gatewayd.socket - -[Service] -ExecStart=@rootlibexecdir@/systemd-journal-gatewayd - -[Install] -Also=systemd-journal-gatewayd.socket diff --git a/units/systemd-journal-gatewayd.socket b/units/systemd-journal-gatewayd.socket deleted file mode 100644 index fd11058ab4..0000000000 --- a/units/systemd-journal-gatewayd.socket +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Gateway Service Socket - -[Socket] -ListenStream=19531 - -[Install] -WantedBy=sockets.target diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in deleted file mode 100644 index ab2e50c22c..0000000000 --- a/units/systemd-journald.service.in +++ /dev/null @@ -1,26 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Service -Documentation=man:systemd-journald.service(8) man:journald.conf(5) -DefaultDependencies=no -Requires=systemd-journald.socket -After=systemd-journald.socket syslog.socket -Before=sysinit.target - -[Service] -ExecStart=@rootlibexecdir@/systemd-journald -Restart=always -RestartSec=0 -NotifyAccess=all -StandardOutput=null -CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID - -# Increase the default a bit in order to allow many simultaneous -# services being run since we keep one fd open per service. -LimitNOFILE=16384 diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket deleted file mode 100644 index dbe8882c0e..0000000000 --- a/units/systemd-journald.socket +++ /dev/null @@ -1,26 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Socket -Documentation=man:systemd-journald.service(8) man:journald.conf(5) -DefaultDependencies=no -Before=sockets.target syslog.target - -# Mount and swap units need this. If this socket unit is removed by an -# isolate request the mount and and swap units would be removed too, -# hence let's exclude this from isolate requests. -IgnoreOnIsolate=yes - -[Socket] -ListenStream=/run/systemd/journal/stdout -ListenDatagram=/run/systemd/journal/socket -ListenDatagram=/dev/log -SocketMode=0666 -PassCredentials=yes -PassSecurity=yes -ReceiveBuffer=8M diff --git a/units/systemd-kexec.service.in b/units/systemd-kexec.service.in deleted file mode 100644 index 61303f917f..0000000000 --- a/units/systemd-kexec.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Reboot via kexec -Documentation=man:systemd-halt.service(8) -DefaultDependencies=no -Requires=shutdown.target umount.target final.target -After=shutdown.target umount.target final.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMCTL@ --force kexec diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in deleted file mode 100644 index 6818a4c5c6..0000000000 --- a/units/systemd-localed.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Locale Service -Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed - -[Service] -ExecStart=@rootlibexecdir@/systemd-localed -BusName=org.freedesktop.locale1 -CapabilityBoundingSet= diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in deleted file mode 100644 index cf3c430b7f..0000000000 --- a/units/systemd-logind.service.in +++ /dev/null @@ -1,23 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Login Service -Documentation=man:systemd-logind.service(8) man:logind.conf(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat -After=nss-user-lookup.target - -[Service] -ExecStart=@rootlibexecdir@/systemd-logind -Restart=always -RestartSec=0 -BusName=org.freedesktop.login1 -CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG - -# Increase the default a bit in order to allow many simultaneous -# logins since we keep one fd open per session. -LimitNOFILE=16384 diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in deleted file mode 100644 index 32deb52e26..0000000000 --- a/units/systemd-modules-load.service.in +++ /dev/null @@ -1,27 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Load Kernel Modules -Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5) -DefaultDependencies=no -Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=sysinit.target shutdown.target -ConditionCapability=CAP_SYS_MODULE -ConditionDirectoryNotEmpty=|/lib/modules-load.d -ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d -ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d -ConditionDirectoryNotEmpty=|/etc/modules-load.d -ConditionDirectoryNotEmpty=|/run/modules-load.d -ConditionKernelCommandLine=|modules-load -ConditionKernelCommandLine=|rd.modules-load - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-modules-load diff --git a/units/systemd-poweroff.service.in b/units/systemd-poweroff.service.in deleted file mode 100644 index 3630719733..0000000000 --- a/units/systemd-poweroff.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Power-Off -Documentation=man:systemd-halt.service(8) -DefaultDependencies=no -Requires=shutdown.target umount.target final.target -After=shutdown.target umount.target final.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMCTL@ --force poweroff diff --git a/units/systemd-quotacheck.service.in b/units/systemd-quotacheck.service.in deleted file mode 100644 index f726ea1bcd..0000000000 --- a/units/systemd-quotacheck.service.in +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=File System Quota Check -Documentation=man:systemd-quotacheck.service(8) -DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service -Before=local-fs.target shutdown.target -ConditionPathExists=@QUOTACHECK@ - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-quotacheck -TimeoutSec=0 diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in deleted file mode 100644 index e9156ef086..0000000000 --- a/units/systemd-random-seed-load.service.in +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Load Random Seed -Documentation=man:systemd-random-seed-load.service(8) man:random(4) -DefaultDependencies=no -RequiresMountsFor=@RANDOM_SEED@ -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service -Before=sysinit.target final.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-random-seed load diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in deleted file mode 100644 index 3444d4ce70..0000000000 --- a/units/systemd-random-seed-save.service.in +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Save Random Seed -Documentation=man:systemd-random-seed-load.service(8) man:random(4) -DefaultDependencies=no -RequiresMountsFor=@RANDOM_SEED@ -After=systemd-remount-fs.service systemd-random-seed-load.service -Before=final.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-random-seed save diff --git a/units/systemd-readahead-collect.service.in b/units/systemd-readahead-collect.service.in deleted file mode 100644 index d4b8e67932..0000000000 --- a/units/systemd-readahead-collect.service.in +++ /dev/null @@ -1,28 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Collect Read-Ahead Data -Documentation=man:systemd-readahead-replay.service(8) -DefaultDependencies=no -Wants=systemd-readahead-done.timer -Conflicts=shutdown.target -Before=sysinit.target shutdown.target -ConditionPathExists=!/run/systemd/readahead/cancel -ConditionPathExists=!/run/systemd/readahead/done -ConditionVirtualization=no - -[Service] -Type=notify -ExecStart=@rootlibexecdir@/systemd-readahead collect -RemainAfterExit=yes -StandardOutput=null -OOMScoreAdjust=1000 - -[Install] -WantedBy=default.target -Also=systemd-readahead-drop.service diff --git a/units/systemd-readahead-done.service.in b/units/systemd-readahead-done.service.in deleted file mode 100644 index c3b2ac506a..0000000000 --- a/units/systemd-readahead-done.service.in +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Stop Read-Ahead Data Collection -Documentation=man:systemd-readahead-replay.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=default.target -Before=shutdown.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMD_NOTIFY@ --readahead=done - -[Install] -Also=systemd-readahead-collect.service diff --git a/units/systemd-readahead-done.timer b/units/systemd-readahead-done.timer deleted file mode 100644 index 2828d198a6..0000000000 --- a/units/systemd-readahead-done.timer +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Stop Read-Ahead Data Collection 10s After Completed Startup -Documentation=man:systemd-readahead-replay.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=default.target -Before=shutdown.target - -[Timer] -OnActiveSec=10s - -[Install] -Also=systemd-readahead-collect.service diff --git a/units/systemd-readahead-drop.service b/units/systemd-readahead-drop.service deleted file mode 100644 index d9d12bc533..0000000000 --- a/units/systemd-readahead-drop.service +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Drop Read-Ahead Data -Documentation=man:systemd-readahead-replay.service(8) -ConditionPathExists=/.readahead - -[Service] -Type=oneshot -ExecStart=/bin/rm -f /.readahead - -[Install] -WantedBy=system-update.target -Also=systemd-readahead-collect.service diff --git a/units/systemd-readahead-replay.service.in b/units/systemd-readahead-replay.service.in deleted file mode 100644 index c64a533e4e..0000000000 --- a/units/systemd-readahead-replay.service.in +++ /dev/null @@ -1,26 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Replay Read-Ahead Data -Documentation=man:systemd-readahead-replay.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -Before=sysinit.target shutdown.target -ConditionPathExists=!/run/systemd/readahead/noreplay -ConditionPathExists=/.readahead -ConditionVirtualization=no - -[Service] -Type=notify -ExecStart=@rootlibexecdir@/systemd-readahead replay -RemainAfterExit=yes -StandardOutput=null -OOMScoreAdjust=1000 - -[Install] -WantedBy=default.target diff --git a/units/systemd-reboot.service.in b/units/systemd-reboot.service.in deleted file mode 100644 index d99bd3e701..0000000000 --- a/units/systemd-reboot.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Reboot -Documentation=man:systemd-halt.service(8) -DefaultDependencies=no -Requires=shutdown.target umount.target final.target -After=shutdown.target umount.target final.target - -[Service] -Type=oneshot -ExecStart=@SYSTEMCTL@ --force reboot diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in deleted file mode 100644 index cddb0a1fb9..0000000000 --- a/units/systemd-remount-fs.service.in +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Remount Root and Kernel File Systems -Documentation=man:systemd-remount-fs.service(8) -DefaultDependencies=no -Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service -Before=local-fs-pre.target local-fs.target shutdown.target -Wants=local-fs-pre.target -ConditionPathExists=/etc/fstab - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-remount-fs diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in deleted file mode 100644 index d951742500..0000000000 --- a/units/systemd-shutdownd.service.in +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Delayed Shutdown Service -Documentation=man:systemd-shutdownd.service(8) -DefaultDependencies=no - -[Service] -ExecStart=@rootlibexecdir@/systemd-shutdownd -NotifyAccess=all diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket deleted file mode 100644 index 9421ce8ada..0000000000 --- a/units/systemd-shutdownd.socket +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Delayed Shutdown Socket -Documentation=man:systemd-shutdownd.service(8) -DefaultDependencies=no -Before=sockets.target - -[Socket] -ListenDatagram=/run/systemd/shutdownd -SocketMode=0600 -PassCredentials=yes -PassSecurity=yes diff --git a/units/systemd-suspend.service.in b/units/systemd-suspend.service.in deleted file mode 100644 index 3a702d2e22..0000000000 --- a/units/systemd-suspend.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Suspend -Documentation=man:systemd-suspend.service(8) -DefaultDependencies=no -Requires=sleep.target -After=sleep.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-sleep suspend diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in deleted file mode 100644 index 45e1ceb25c..0000000000 --- a/units/systemd-sysctl.service.in +++ /dev/null @@ -1,26 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Apply Kernel Variables -Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5) -DefaultDependencies=no -Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=sysinit.target shutdown.target -ConditionPathIsReadWrite=/proc/sys/ -ConditionPathExists=|/etc/sysctl.conf -ConditionDirectoryNotEmpty=|/lib/sysctl.d -ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d -ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d -ConditionDirectoryNotEmpty=|/etc/sysctl.d -ConditionDirectoryNotEmpty=|/run/sysctl.d - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-sysctl diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in deleted file mode 100644 index dd3eb1b337..0000000000 --- a/units/systemd-timedated.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Time & Date Service -Documentation=man:systemd-timedated.service(8) man:localtime(5) -Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated - -[Service] -ExecStart=@rootlibexecdir@/systemd-timedated -BusName=org.freedesktop.timedate1 -CapabilityBoundingSet=CAP_SYS_TIME diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in deleted file mode 100644 index a288232e12..0000000000 --- a/units/systemd-tmpfiles-clean.service.in +++ /dev/null @@ -1,23 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Cleanup of Temporary Directories -Documentation=man:tmpfiles.d(5) -DefaultDependencies=no -Wants=local-fs.target -After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target -Before=sysinit.target shutdown.target -ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d -ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d -ConditionDirectoryNotEmpty=|/etc/tmpfiles.d -ConditionDirectoryNotEmpty=|/run/tmpfiles.d - -[Service] -Type=oneshot -ExecStart=@rootbindir@/systemd-tmpfiles --clean -IOSchedulingClass=idle diff --git a/units/systemd-tmpfiles-clean.timer b/units/systemd-tmpfiles-clean.timer deleted file mode 100644 index fac4ee3da8..0000000000 --- a/units/systemd-tmpfiles-clean.timer +++ /dev/null @@ -1,14 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Daily Cleanup of Temporary Directories -Documentation=man:tmpfiles.d(5) - -[Timer] -OnBootSec=15min -OnUnitActiveSec=1d diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in deleted file mode 100644 index dbd6bfb6d5..0000000000 --- a/units/systemd-tmpfiles-setup.service.in +++ /dev/null @@ -1,23 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Recreate Volatile Files and Directories -Documentation=man:tmpfiles.d(5) -DefaultDependencies=no -Wants=local-fs.target -After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target -Before=sysinit.target shutdown.target -ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d -ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d -ConditionDirectoryNotEmpty=|/etc/tmpfiles.d -ConditionDirectoryNotEmpty=|/run/tmpfiles.d - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootbindir@/systemd-tmpfiles --create --remove diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in deleted file mode 100644 index b631949648..0000000000 --- a/units/systemd-udev-settle.service.in +++ /dev/null @@ -1,30 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This service is usually not enabled by default. If enabled, it -# acts as a barrier for basic.target -- so all later services will -# wait for udev completely finishing its coldplug run. -# -# If needed, to work around broken or non-hotplug-aware services, -# it might be enabled unconditionally, or pulled-in on-demand by -# the services that assume a fully populated /dev at startup. It -# should not be used or pulled-in ever on systems without such -# legacy services running. - -[Unit] -Description=udev Wait for Complete Device Initialization -Documentation=man:udev(7) man:systemd-udevd.service(8) -DefaultDependencies=no -Wants=systemd-udevd.service -After=systemd-udev-trigger.service -ConditionCapability=CAP_MKNOD - -[Service] -Type=oneshot -TimeoutSec=180 -RemainAfterExit=yes -ExecStart=@bindir@/udevadm settle diff --git a/units/systemd-udev-trigger.service.in b/units/systemd-udev-trigger.service.in deleted file mode 100644 index 391f996930..0000000000 --- a/units/systemd-udev-trigger.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=udev Coldplug all Devices -Documentation=man:udev(7) man:systemd-udevd.service(8) -Wants=systemd-udevd.service -After=systemd-udevd-kernel.socket systemd-udevd-control.socket -DefaultDependencies=no -ConditionCapability=CAP_MKNOD - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@bindir@/udevadm trigger --type=subsystems --action=add ; @bindir@/udevadm trigger --type=devices --action=add diff --git a/units/systemd-udevd-control.socket b/units/systemd-udevd-control.socket deleted file mode 100644 index 9065ea2c64..0000000000 --- a/units/systemd-udevd-control.socket +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=udev Control Socket -Documentation=man:systemd-udevd.service(8) man:udev(7) -DefaultDependencies=no -ConditionCapability=CAP_MKNOD - -[Socket] -Service=systemd-udevd.service -ListenSequentialPacket=/run/udev/control -SocketMode=0600 -PassCredentials=yes diff --git a/units/systemd-udevd-kernel.socket b/units/systemd-udevd-kernel.socket deleted file mode 100644 index 54a005b7a7..0000000000 --- a/units/systemd-udevd-kernel.socket +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=udev Kernel Socket -Documentation=man:systemd-udevd.service(8) man:udev(7) -DefaultDependencies=no -ConditionCapability=CAP_MKNOD - -[Socket] -Service=systemd-udevd.service -ReceiveBuffer=134217728 -ListenNetlink=kobject-uevent 1 -PassCredentials=yes diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in deleted file mode 100644 index 2fe7822fe9..0000000000 --- a/units/systemd-udevd.service.in +++ /dev/null @@ -1,23 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=udev Kernel Device Manager -Documentation=man:systemd-udevd.service(8) man:udev(7) -Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket -After=systemd-udevd-control.socket systemd-udevd-kernel.socket -Before=basic.target -DefaultDependencies=no -ConditionCapability=CAP_MKNOD - -[Service] -Type=notify -OOMScoreAdjust=-1000 -Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket -Restart=always -RestartSec=0 -ExecStart=@rootlibexecdir@/systemd-udevd diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in deleted file mode 100644 index 27fae2cd02..0000000000 --- a/units/systemd-update-utmp-runlevel.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Update UTMP about System Runlevel Changes -Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5) -DefaultDependencies=no -RequiresMountsFor=/var/log/wtmp -After=systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service -After=runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target -Before=final.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-update-utmp runlevel diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in deleted file mode 100644 index aa93562f02..0000000000 --- a/units/systemd-update-utmp-shutdown.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Update UTMP about System Shutdown -Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5) -DefaultDependencies=no -RequiresMountsFor=/var/log/wtmp -After=systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service -After=systemd-update-utmp-runlevel.service -Before=final.target - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-update-utmp shutdown diff --git a/units/systemd-user-sessions.service.in b/units/systemd-user-sessions.service.in deleted file mode 100644 index 0869e73991..0000000000 --- a/units/systemd-user-sessions.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Permit User Sessions -Documentation=man:systemd-user-sessions.service(8) -After=remote-fs.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-user-sessions start -ExecStop=@rootlibexecdir@/systemd-user-sessions stop diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in deleted file mode 100644 index 18faa63f28..0000000000 --- a/units/systemd-vconsole-setup.service.in +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Setup Virtual Console -Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5) -DefaultDependencies=no -Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=sysinit.target shutdown.target -ConditionPathExists=/dev/tty0 - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-vconsole-setup diff --git a/units/time-sync.target b/units/time-sync.target deleted file mode 100644 index ec00ecbbf4..0000000000 --- a/units/time-sync.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=System Time Synchronized -Documentation=man:systemd.special(7) diff --git a/units/tmp.mount b/units/tmp.mount deleted file mode 100644 index 94c41c29ba..0000000000 --- a/units/tmp.mount +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Temporary Directory -Documentation=man:hier(7) -DefaultDependencies=no -Conflicts=umount.target -Before=local-fs.target umount.target - -[Mount] -What=tmpfs -Where=/tmp -Type=tmpfs -Options=mode=1777,strictatime diff --git a/units/umount.target b/units/umount.target deleted file mode 100644 index 39668d85d2..0000000000 --- a/units/umount.target +++ /dev/null @@ -1,12 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Unmount All Filesystems -Documentation=man:systemd.special(7) -DefaultDependencies=no -RefuseManualStart=yes diff --git a/units/user/.gitignore b/units/user/.gitignore deleted file mode 100644 index 41a74f5461..0000000000 --- a/units/user/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/systemd-exit.service diff --git a/units/user/Makefile b/units/user/Makefile deleted file mode 120000 index 50be21181f..0000000000 --- a/units/user/Makefile +++ /dev/null @@ -1 +0,0 @@ -../../src/Makefile
\ No newline at end of file diff --git a/units/user/default.target b/units/user/default.target deleted file mode 100644 index 56cf4dcb9c..0000000000 --- a/units/user/default.target +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Default -Documentation=man:systemd.special(7) diff --git a/units/user/exit.target b/units/user/exit.target deleted file mode 100644 index b0ad24c488..0000000000 --- a/units/user/exit.target +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Exit the Session -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=systemd-exit.service -After=systemd-exit.service -AllowIsolate=yes - -[Install] -Alias=ctrl-alt-del.target diff --git a/units/user/systemd-exit.service.in b/units/user/systemd-exit.service.in deleted file mode 100644 index 987fab8120..0000000000 --- a/units/user/systemd-exit.service.in +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Exit the Session -Documentation=man:systemd.special(7) -DefaultDependencies=no -Requires=shutdown.target -After=shutdown.target - -[Service] -Type=oneshot -ExecStart=@KILL@ -s 58 $MANAGERPID diff --git a/units/user@.service.in b/units/user@.service.in deleted file mode 100644 index 2c154953b1..0000000000 --- a/units/user@.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=User Manager for %I -After=systemd-user-sessions.service - -[Service] -User=%I -PAMName=systemd-shared -ControlGroup=%R/user/%I/shared cpu:/ -ControlGroupModify=yes -Type=notify -ExecStart=-@rootlibexecdir@/systemd --user -Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket |