This unit is provided by:
Options
-
[Install]
-
WantedBy=ceph-radosgw.target
-
-
[Service]
-
Environment=CLUSTER=ceph
-
EnvironmentFile=-/etc/default/ceph
-
EnvironmentFile=-/etc/sysconfig/ceph
-
ExecStart=/usr/bin/radosgw -f --cluster ${CLUSTER} --name client.%i --setuser ceph --setgroup ceph
-
LimitNOFILE=1048576
-
LimitNPROC=1048576
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
RestrictSUIDSGID
Introduced in systemd 242=yes -
StartLimitBurst=5
-
StartLimitInterval=30s
-
TasksMax=infinity
-
-
[Unit]
-
After=network-online.target local-fs.target time-sync.target
-
Before=remote-fs-pre.target ceph-radosgw.target
-
Description=Ceph rados gateway
-
PartOf=ceph-radosgw.target
-
Wants=network-online.target local-fs.target time-sync.target remote-fs-pre.target ceph-radosgw.target
-
Additionnal notes
Nothing here.