diff options
Diffstat (limited to '')
-rw-r--r-- | share/systemd/container-autostart.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/systemd/container-autostart.service b/share/systemd/container-autostart.service index 1424ce8..076aa41 100644 --- a/share/systemd/container-autostart.service +++ b/share/systemd/container-autostart.service @@ -1,6 +1,6 @@ [Unit] Description=container-tools automatic start -After=syslog.target network.target +After=network.target [Service] Type=oneshot |