remove ceph code
[stor4nfv.git] / src / ceph / systemd / ceph-radosgw@.service
diff --git a/src/ceph/systemd/ceph-radosgw@.service b/src/ceph/systemd/ceph-radosgw@.service
deleted file mode 100644 (file)
index 3f7fcac..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[Unit]
-Description=Ceph rados gateway
-After=network-online.target local-fs.target time-sync.target
-Wants=network-online.target local-fs.target time-sync.target
-PartOf=ceph-radosgw.target
-
-[Service]
-LimitNOFILE=1048576
-LimitNPROC=1048576
-EnvironmentFile=-/etc/sysconfig/ceph
-Environment=CLUSTER=ceph
-ExecStart=/usr/bin/radosgw -f --cluster ${CLUSTER} --name client.%i --setuser ceph --setgroup ceph
-PrivateDevices=yes
-ProtectHome=true
-ProtectSystem=full
-PrivateTmp=true
-TasksMax=infinity
-Restart=on-failure
-StartLimitInterval=30s
-StartLimitBurst=5
-
-[Install]
-WantedBy=ceph-radosgw.target