]> git.proxmox.com Git - ceph.git/blame - ceph/systemd/ceph-fuse@.service
bump version to 12.2.12-pve1
[ceph.git] / ceph / systemd / ceph-fuse@.service
CommitLineData
7c673cae
FG
1[Unit]
2Description=Ceph FUSE client
3After=network-online.target local-fs.target time-sync.target
4Wants=network-online.target local-fs.target time-sync.target
5Conflicts=umount.target
6PartOf=ceph-fuse.target
7
8[Service]
9EnvironmentFile=-/etc/sysconfig/ceph
10Environment=CLUSTER=ceph
11ExecStart=/usr/bin/ceph-fuse -f --cluster ${CLUSTER} %I
12TasksMax=infinity
13Restart=on-failure
14StartLimitInterval=30min
15StartLimitBurst=3
16
17[Install]
18WantedBy=ceph-fuse.target