units: minor cleanups

This commit is contained in:
Lennart Poettering 2014-06-17 02:18:33 +02:00
parent ac78d81a35
commit 689d781b87
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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