summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/dnbd3/dnbd3-server.service
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-17 15:08:14 +0100
committerSimon Rettberg2020-12-17 15:08:14 +0100
commitb5c3eb9e01b09367935f558a57633b68a65a1a21 (patch)
treeb6c322f3089192124779b9d7a29c8365eb39533f /satellit_installer/static_files/dnbd3/dnbd3-server.service
parent[SSPS] slx-cert: Put hostname in SAN too, chromium requires this (diff)
downloadsetup-scripts-b5c3eb9e01b09367935f558a57633b68a65a1a21.tar.gz
setup-scripts-b5c3eb9e01b09367935f558a57633b68a65a1a21.tar.xz
setup-scripts-b5c3eb9e01b09367935f558a57633b68a65a1a21.zip
[SSPS] Refactor static_files: Submodules with tree
Add submodules (aka directories) to static_files, named according to what component they are for. Add function "install_files" to copy the contents of one of those modules to the root directory. This should make the resulting setup more obvious and require less manual copying of files everywhere.
Diffstat (limited to 'satellit_installer/static_files/dnbd3/dnbd3-server.service')
-rw-r--r--satellit_installer/static_files/dnbd3/dnbd3-server.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/satellit_installer/static_files/dnbd3/dnbd3-server.service b/satellit_installer/static_files/dnbd3/dnbd3-server.service
deleted file mode 100644
index c062609..0000000
--- a/satellit_installer/static_files/dnbd3/dnbd3-server.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=DNBD3 Server
-ConditionPathExists=!/srv/openslx/nfs/.notmounted
-After=remote-fs.target local-fs.target
-
-[Service]
-User=dnbd3
-ExecStart=/opt/openslx/dnbd3/dnbd3-server -n
-Restart=always
-RestartSec=5
-TimeoutStopSec=10
-LimitNOFILE=16384
-