X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsystemd%2Fceph-fuse%40.service;fp=src%2Fceph%2Fsystemd%2Fceph-fuse%40.service;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=98982441ebcd9c6292abc39351614901a2190756;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git 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