From 0beb421a4681009aa669166ea76571835c62b2b4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 30 Jan 2020 15:41:05 +0100 Subject: [SPSS] add deps for dnbd3-server.service this makes sure that dnbd3-server stops before /srv/openslx/nfs store is umounted (which might not work if the server is still runnning). --- satellit_installer/static_files/dnbd3/dnbd3-server.service | 1 + 1 file changed, 1 insertion(+) diff --git a/satellit_installer/static_files/dnbd3/dnbd3-server.service b/satellit_installer/static_files/dnbd3/dnbd3-server.service index b9bff99..c062609 100644 --- a/satellit_installer/static_files/dnbd3/dnbd3-server.service +++ b/satellit_installer/static_files/dnbd3/dnbd3-server.service @@ -1,6 +1,7 @@ [Unit] Description=DNBD3 Server ConditionPathExists=!/srv/openslx/nfs/.notmounted +After=remote-fs.target local-fs.target [Service] User=dnbd3 -- cgit v1.2.3-55-g7522