summaryrefslogtreecommitdiffstats
path: root/systemd/ceph-osd@.service.in
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2015-09-14 16:58:15 +0200
committerSage Weil <sage@redhat.com>2015-09-14 20:00:26 +0200
commit367c794cb1ab701d6a28bdbaa5f7cd84e16a5e32 (patch)
treec570fdd611b451ca5ab91e933cf4c0777139dfb2 /systemd/ceph-osd@.service.in
parentsystemd: set nofile limit in unit files (diff)
downloadceph-367c794cb1ab701d6a28bdbaa5f7cd84e16a5e32.tar.xz
ceph-367c794cb1ab701d6a28bdbaa5f7cd84e16a5e32.zip
systemd: no need to preprocess ceph-osd@service
This used to be necessary but now is not. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'systemd/ceph-osd@.service.in')
-rw-r--r--systemd/ceph-osd@.service.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/systemd/ceph-osd@.service.in b/systemd/ceph-osd@.service.in
deleted file mode 100644
index 1f7ccc4c10f..00000000000
--- a/systemd/ceph-osd@.service.in
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Ceph object storage daemon
-After=network-online.target local-fs.target
-Wants=network-online.target local-fs.target
-PartOf=ceph.target
-
-[Service]
-LimitNOFILE=1048576
-EnvironmentFile=-/etc/sysconfig/ceph
-Environment=CLUSTER=ceph
-ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
-ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=ceph.target