remove ceph code
[stor4nfv.git] / src / ceph / systemd / ceph-fuse@.service
diff --git a/src/ceph/systemd/ceph-fuse@.service b/src/ceph/systemd/ceph-fuse@.service
deleted file mode 100644 (file)
index 9898244..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Ceph FUSE client
-After=network-online.target local-fs.target time-sync.target
-Wants=network-online.target local-fs.target time-sync.target
-Conflicts=umount.target
-PartOf=ceph-fuse.target
-
-[Service]
-EnvironmentFile=-/etc/sysconfig/ceph
-Environment=CLUSTER=ceph
-ExecStart=/usr/bin/ceph-fuse -f --cluster ${CLUSTER} %I
-TasksMax=infinity
-Restart=on-failure
-StartLimitInterval=30min
-StartLimitBurst=3
-
-[Install]
-WantedBy=ceph-fuse.target