557dfe686c
Move content from stx-upstream to stx-integ Packages will be relocated to stx-integ: ceph/ ceph ceph-manager Change-Id: I129faa448e2e52fc82101ae7ebc8ad5688f21523 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
18 lines
385 B
Desktop File
18 lines
385 B
Desktop File
[Unit]
|
|
Description=Handle Ceph API calls and provide status updates via alarms
|
|
After=ceph.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
KillMode=process
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/rc.d/init.d/ceph-manager start
|
|
ExecStop=/etc/rc.d/init.d/ceph-manager stop
|
|
ExecReload=/etc/rc.d/init.d/ceph-manager reload
|
|
PIDFile=/var/run/ceph/ceph-manager.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|