summaryrefslogtreecommitdiffstats
path: root/src/ceph/systemd/ceph-fuse@.service
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/systemd/ceph-fuse@.service')
-rw-r--r--src/ceph/systemd/ceph-fuse@.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/ceph/systemd/ceph-fuse@.service b/src/ceph/systemd/ceph-fuse@.service
deleted file mode 100644
index 9898244..0000000
--- a/src/ceph/systemd/ceph-fuse@.service
+++ /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