summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-04 14:51:37 +0200
committerSimon Rettberg2014-07-04 14:51:37 +0200
commitb0d1d643c7259b41d51437f0d468cbb0bb8c2773 (patch)
treec200c1e29ae4d41f9ab7ea7b9ee4f0c6c586ad75 /remote/modules/dnbd3
parent"Fedora Support", step 1 -> (diff)
parentrelative paths dont work with systemd-204 (diff)
downloadtm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.gz
tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.xz
tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.zip
Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/dnbd3')
-rw-r--r--remote/modules/dnbd3/data/etc/systemd/system/setup-dnbd3.service2
-rw-r--r--remote/modules/dnbd3/module.conf.debian1
2 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/data/etc/systemd/system/setup-dnbd3.service b/remote/modules/dnbd3/data/etc/systemd/system/setup-dnbd3.service
index bd1cd334..516cbfa2 100644
--- a/remote/modules/dnbd3/data/etc/systemd/system/setup-dnbd3.service
+++ b/remote/modules/dnbd3/data/etc/systemd/system/setup-dnbd3.service
@@ -7,5 +7,5 @@ DefaultDependencies=no
[Service]
ExecStart=/opt/openslx/scripts/systemd-setup_dnbd3
ExecStop=/opt/openslx/bin/dnbd3-client --kill
-ExecStopPost=rm /var/run/dnbd3.socket
+ExecStopPost=/opt/openslx/bin/rm /var/run/dnbd3.socket
Restart=on-abort
diff --git a/remote/modules/dnbd3/module.conf.debian b/remote/modules/dnbd3/module.conf.debian
index c26fd833..d303245c 100644
--- a/remote/modules/dnbd3/module.conf.debian
+++ b/remote/modules/dnbd3/module.conf.debian
@@ -4,4 +4,5 @@ REQUIRED_CONTENT_PACKAGES="
REQUIRED_INSTALLED_PACKAGES="
cmake
+ zlib1g-dev
"