summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service')
-rw-r--r--core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
index d135ed7c..5b6f2baa 100644
--- a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
+++ b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/dnbd3-proxy.service
@@ -4,7 +4,7 @@ After=setup-dnbd3-proxy.service
[Service]
User=dnbd3
-ExecStart=/opt/openslx/bin/dnbd3-server -n -c /etc/dnbd3
+ExecStart=/opt/openslx/scripts/systemd-dnbd3_proxy
Restart=always
-RestartSec=1
+RestartSec=3
TimeoutStopSec=10