summaryrefslogtreecommitdiff
path: root/community/glusterfs/glusterd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
committerroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
commit1fce42e9327109bd47dba5e3e690144a23bbbc19 (patch)
treee48f488b533fcfa9f4e29f6d2b935e57adf0a178 /community/glusterfs/glusterd.service
parent13c6302fab6118693af345756375923b9fb7da69 (diff)
Fri Nov 23 02:31:09 PST 2012
Diffstat (limited to 'community/glusterfs/glusterd.service')
-rw-r--r--community/glusterfs/glusterd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/glusterfs/glusterd.service b/community/glusterfs/glusterd.service
new file mode 100644
index 000000000..c44024317
--- /dev/null
+++ b/community/glusterfs/glusterd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Distributed filesystem daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/glusterd
+
+[Install]
+WantedBy=multi-user.target