mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
8453a89cb2
Make it big so hopefully nobody has to change it. Signed-off-by: Sage Weil <sage@redhat.com>
15 lines
369 B
Desktop File
15 lines
369 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]
|
|
LimitNOFILE=1048576
|
|
EnvironmentFile=-/etc/sysconfig/ceph
|
|
Environment=CLUSTER=ceph
|
|
ExecStart=/usr/bin/radosgw -f --cluster ${CLUSTER} --name client.%i --setuser ceph --setgroup ceph
|
|
|
|
[Install]
|
|
WantedBy=ceph.target
|