This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --daemonize no --supervised systemd
-
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --supervised systemd
-
ExecStart=/usr/bin/redis-server /var/lib/redis/redis.conf
-
ExecStartPre=+redis-prep-conf
-
ExecStop=/usr/libexec/redis-shutdown
-
Group=redis
-
LimitNOFILE=10032
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateMounts=yes
-
PrivateTmp=yes
-
PrivateUsers=yes
-
ProtectClock
Introduced in systemd 245=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 -
ProtectSystem
Introduced in systemd 214=strict -
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
RuntimeDirectory=redis
-
RuntimeDirectoryMode=0750
-
RuntimeDirectoryMode=0755
-
RuntimeDirectoryMode=755
-
StateDirectory=redis
-
StateDirectoryMode=0700
-
SystemCallArchitectures=native
-
SystemCallFilter=~@cpu-emulation @debug @keyring @memlock @mount @obsolete @privileged @resources @setuid
-
TimeoutStartSec=60
-
TimeoutStopSec
Introduced in systemd 188=60 -
Type=notify
-
UMask=0077
-
User=redis
-
-
[Unit]
-
After=network.target
-
After=network.target network-online.target
-
Description=Advanced key-value store
-
Description=Redis Server - redis
-
Description=Redis persistent key-value database
-
Wants=network-online.target
-
Additionnal notes
Nothing here.