mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: fix commenting
This commit is contained in:
parent
fb1bd35a5d
commit
e6aad08ba8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user