From 92fa91449e285eb35e6c6b939f4d0d22d154b2f5 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Jun 12 2017 13:17:07 +0000 Subject: Remove obsolete glusterd service file We use the service file available with upstream tarball. Signed-off-by: Anoop C S --- diff --git a/glusterd.service b/glusterd.service deleted file mode 100644 index d19d962..0000000 --- a/glusterd.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=GlusterFS an clustered file-system server -Wants=glusterfsd.service -After=network.target rpcbind.service - -[Service] -Type=forking -PIDFile=/run/glusterd.pid -LimitNOFILE=65536 -ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid - -[Install] -WantedBy=multi-user.target