Description=Basic System
Requires=local-fs.target swap.target sockets.target
After=local-fs.target swap.target sockets.target
-
+m4_dnl
m4_ifdef(`TARGET_FEDORA',
-# Hook in Fedora's /etc/rc.d/rc.sysinit
+m4_dnl Hook in Fedora's /etc/rc.d/rc.sysinit
Requires=sysinit.service
-After=sysinit.service)
+After=sysinit.service
+)m4_dnl
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=Halt
Requires=shutdown.target killall.service
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=Kill All Processes
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=Power-Off
Requires=shutdown.target killall.service
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=Display Manager
Before=graphical.target
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=/etc/rc.local Compatibility
Requires=basic.target
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=Reboot
Requires=shutdown.target killall.service
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-
[Unit]
Description=System Initialization
Before=local-fs.target remote-fs.target swap.target sockets.target
# You should have received a copy of the GNU General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-# See systemd.special(7) for details
-m4_ifdef(`TARGET_FEDORA', m4_define(`GETTY', `/sbin/mingetty'))m4_dnl
-m4_ifdef(`TARGET_DEBIAN', m4_define(`GETTY', `/sbin/getty 38400'))m4_dnl
-
+m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
+m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
+m4_dnl
[Unit]
Description=Getty on %I
Before=getty.target
Description=Graphical Interface
Requires=multi-user.target
After=multi-user.target
-
+m4_dnl
m4_ifdef(`TARGET_FEDORA',
-# On Fedora Runlevel 5 is graphical login
-Names=runlevel5.target)
+m4_dnl On Fedora Runlevel 5 is graphical login
+Names=runlevel5.target
+)m4_dnl
Description=Multi-User
Requires=basic.target
After=basic.target
-
+m4_dnl
m4_ifdef(`TARGET_FEDORA',
-# On Fedora Runlevel 3 is multi-user
-Names=runlevel3.target)
+m4_dnl On Fedora Runlevel 3 is multi-user
+Names=runlevel3.target
+)m4_dnl