]> git.proxmox.com Git - ceph.git/blame - ceph/systemd/ceph-radosgw@.service
bump version to 12.2.12-pve1
[ceph.git] / ceph / systemd / ceph-radosgw@.service
CommitLineData
7c673cae
FG
1[Unit]
2Description=Ceph rados gateway
3After=network-online.target local-fs.target time-sync.target
4Wants=network-online.target local-fs.target time-sync.target
5PartOf=ceph-radosgw.target
6
7[Service]
8LimitNOFILE=1048576
9LimitNPROC=1048576
10EnvironmentFile=-/etc/sysconfig/ceph
11Environment=CLUSTER=ceph
12ExecStart=/usr/bin/radosgw -f --cluster ${CLUSTER} --name client.%i --setuser ceph --setgroup ceph
13PrivateDevices=yes
14ProtectHome=true
15ProtectSystem=full
16PrivateTmp=true
17TasksMax=infinity
18Restart=on-failure
19StartLimitInterval=30s
20StartLimitBurst=5
21
22[Install]
23WantedBy=ceph-radosgw.target