1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

units: make systemd-network-generator.service stay around

Once done, its done, and shouldn't be run again.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-03-05 08:08:31 +01:00
parent 9fd32ff7d3
commit d48eea583f

View File

@ -14,6 +14,7 @@ Before=network-pre.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-network-generator
[Install]