[pve-devel] [PATCH manager] add sheepdog and gluster to pveproxy.service
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Nov 15 10:26:39 CET 2016
this ensures proper ordering for starting on boot and
stopping on shutdown.
---
note: these are just ordering dependencies, if the units
are not enabled this does not do anything.
bin/init.d/pveproxy.service | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/init.d/pveproxy.service b/bin/init.d/pveproxy.service
index e96ff2a..25b6d3b 100644
--- a/bin/init.d/pveproxy.service
+++ b/bin/init.d/pveproxy.service
@@ -10,6 +10,8 @@ After=pvedaemon.service
After=ssh.service
After=remote-fs.target
After=ceph.service
+After=sheepdog.service
+After=glusterd.service
[Service]
ExecStart=/usr/bin/pveproxy start
--
2.1.4
More information about the pve-devel
mailing list