mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
units: minor cleanups
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
[Unit]
|
||||
Description=Network Service
|
||||
Documentation=man:systemd-networkd.service(8)
|
||||
ConditionCapability=CAP_NET_ADMIN
|
||||
DefaultDependencies=no
|
||||
After=dbus.service network-pre.target systemd-sysusers.service
|
||||
Before=network.target
|
||||
Before=network.target multi-user.target shutdown.target
|
||||
Conflicts=shutdown.target
|
||||
Wants=network.target
|
||||
ConditionCapability=CAP_NET_ADMIN
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
@@ -9,13 +9,12 @@
|
||||
Description=Network Time Synchronization
|
||||
Documentation=man:systemd-timesyncd.service(8)
|
||||
ConditionCapability=CAP_SYS_TIME
|
||||
DefaultDependencies=off
|
||||
DefaultDependencies=no
|
||||
RequiresMountsFor=/var/lib/systemd/clock
|
||||
After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-sysusers.service
|
||||
Before=sysinit.target shutdown.target
|
||||
Before=time-sync.target sysinit.target shutdown.target
|
||||
Conflicts=shutdown.target
|
||||
Wants=time-sync.target
|
||||
Before=time-sync.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
Reference in New Issue
Block a user