diff options
Diffstat (limited to 'community/glusterfs/glusterd.service')
-rw-r--r-- | community/glusterfs/glusterd.service | 10 |
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 |