mirror of https://github.com/ceph/ceph
16 lines
404 B
Desktop File
16 lines
404 B
Desktop File
[Unit]
|
|
Description=Ceph rados gateway
|
|
After=network-online.target local-fs.target
|
|
Wants=network-online.target local-fs.target
|
|
PartOf=ceph-radosgw.target
|
|
|
|
[Service]
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=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-radosgw.target
|