mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: document that some targets exists only for compat with SysV
This commit is contained in:
parent
6699c857a2
commit
1c7c17ea61
@ -7,5 +7,8 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=Web Server
|
||||
|
@ -7,5 +7,8 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=Mail Transfer Agent
|
||||
|
@ -7,6 +7,9 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=Name Lookups
|
||||
Wants=network.target
|
||||
|
@ -7,5 +7,8 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=RPC Port Mapper
|
||||
|
@ -7,5 +7,8 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=RTC Set
|
||||
|
@ -7,5 +7,8 @@
|
||||
|
||||
# See systemd.special(7) for details
|
||||
|
||||
# This exists mostly for compatibility with SysV/LSB units, and
|
||||
# implementations lacking socket/bus activation.
|
||||
|
||||
[Unit]
|
||||
Description=Syslog
|
||||
|
Loading…
Reference in New Issue
Block a user