X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsystemd%2Fceph-mon%40.service;fp=src%2Fceph%2Fsystemd%2Fceph-mon%40.service;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=db4995fb9ca8c5d7b1cbd1f6b8bd5b280c7da00b;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/systemd/ceph-mon@.service b/src/ceph/systemd/ceph-mon@.service deleted file mode 100644 index db4995f..0000000 --- a/src/ceph/systemd/ceph-mon@.service +++ /dev/null @@ -1,31 +0,0 @@ -[Unit] -Description=Ceph cluster monitor daemon - -# According to: -# http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget -# these can be removed once ceph-mon will dynamically change network -# configuration. -After=network-online.target local-fs.target time-sync.target -Wants=network-online.target local-fs.target time-sync.target - -PartOf=ceph-mon.target - -[Service] -LimitNOFILE=1048576 -LimitNPROC=1048576 -EnvironmentFile=-/etc/sysconfig/ceph -Environment=CLUSTER=ceph -ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph -ExecReload=/bin/kill -HUP $MAINPID -PrivateDevices=yes -ProtectHome=true -ProtectSystem=full -PrivateTmp=true -TasksMax=infinity -Restart=on-failure -StartLimitInterval=30min -StartLimitBurst=5 -RestartSec=10 - -[Install] -WantedBy=ceph-mon.target