]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-networkd.service.in
sd-event: Fix systemd crash when using timer units.
[thirdparty/systemd.git] / units / systemd-networkd.service.in
CommitLineData
f579559b
TG
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Network Service
10Documentation=man:systemd-networkd.service(8)
11DefaultDependencies=no
bcbca829 12After=dbus.service
f579559b
TG
13Before=network.target
14Wants=network.target
74f9e0f2 15ConditionCapability=CAP_NET_ADMIN
f579559b
TG
16
17[Service]
4b6141c4 18Type=notify
f579559b
TG
19Restart=always
20RestartSec=0
21ExecStart=@rootlibexecdir@/systemd-networkd
cde93897 22WatchdogSec=1min