mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
4d10dc134b
There's no prestart. Fix the instance name. Cleanup. Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
318 B
Desktop File
14 lines
318 B
Desktop File
[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 --cluster ${CLUSTER} --name client.%i
|
|
|
|
[Install]
|
|
WantedBy=ceph.target
|