mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
16 lines
441 B
SYSTEMD
16 lines
441 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ceph rados gateway
|
||
|
After=network-online.target local-fs.target
|
||
|
Wants=network-online.target local-fs.target
|
||
|
PartOf=ceph.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/sysconfig/ceph
|
||
|
Environment=CLUSTER=ceph
|
||
|
ExecStart=/usr/bin/radosgw -f --conf /etc/ceph/${CLUSTER}.conf --name client.radosgw.%i
|
||
|
ExecStartPre=/usr/lib/ceph-radosgw/ceph-radosgw-prestart.sh --cluster ${CLUSTER} --name %i
|
||
|
User=wwwrun
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=ceph.target
|