units: fix commenting

This commit is contained in:
Lennart Poettering 2010-05-17 02:17:47 +02:00
parent fb1bd35a5d
commit e6aad08ba8
11 changed files with 15 additions and 27 deletions

View File

@ -21,8 +21,9 @@
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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,8 +15,6 @@
# 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

View File

@ -15,10 +15,9 @@
# 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

View File

@ -21,7 +21,8 @@
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

View File

@ -21,7 +21,8 @@
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