summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service
index 532f5c13..146a9ab7 100644
--- a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service
+++ b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-local-stage4.service
@@ -4,6 +4,8 @@ Requires=dnbd3-proxy.service
After=dnbd3-proxy.service
[Service]
-Type=oneshot
+; Do simple, otherwise it will delay system from being considered fully booted up
+Type=simple
ExecStart=/opt/openslx/scripts/systemd-dnbd3_local_stage4
RemainAfterExit=true
+Restart=no