Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650184
Collapse All | Expand All

(-)a/systemd/ceph-osd@.service (-1 / +1 lines)
Lines 10-16 Link Here
10
EnvironmentFile=-/etc/sysconfig/ceph
10
EnvironmentFile=-/etc/sysconfig/ceph
11
Environment=CLUSTER=ceph
11
Environment=CLUSTER=ceph
12
ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
12
ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
13
ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
13
ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
14
ExecReload=/bin/kill -HUP $MAINPID
14
ExecReload=/bin/kill -HUP $MAINPID
15
ProtectHome=true
15
ProtectHome=true
16
ProtectSystem=full
16
ProtectSystem=full

Return to bug 650184