Code Review
/
pti
/
rtp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
ceph: remove ceph user and disable systemd services
[pti/rtp.git]
/
meta-stx
/
recipes-extended
/
ceph
/
files
/
ceph.service
1
[Unit]
2
Description=StarlingX Ceph Startup
3
After=network.target
4
5
[Service]
6
Type=forking
7
Restart=no
8
KillMode=process
9
RemainAfterExit=yes
10
ExecStart=/etc/rc.d/init.d/ceph start
11
ExecStop=/etc/rc.d/init.d/ceph stop
12
PIDFile=/var/run/ceph/ceph.pid
13
14
[Install]
15
WantedBy=multi-user.target
16