diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-01 22:13:26 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-02 11:57:52 +0100 |
commit | 5544ee85163733eaa50f598fcf3bd9421d4a42f9 (patch) | |
tree | 57a7fca80c90e3c94e5bf1d302de15de2a4ea590 /units/systemd-networkd.service.in | |
parent | a9944163fe5600bce85898dae78cd68442a6ff7c (diff) |
networkd: support socket activation
Still keep the non-socket activation code around for starting from the commandline, but
will likely drop that too in the future.
Diffstat (limited to 'units/systemd-networkd.service.in')
-rw-r--r-- | units/systemd-networkd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index fe92da2123..fab278e92c 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -29,3 +29,4 @@ WatchdogSec=1min [Install] WantedBy=multi-user.target +Also=systemd-networkd.socket |