This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target redis.target
-
-
[Service]-
ExecStart=/usr/sbin/redis-server /etc/redis/%i.conf -
Group=redis -
LimitNOFILE=10240 -
PIDFile=/run/redis/%i.pid -
PrivateDevicesIntroduced in systemd 209=yes -
PrivateTmp=yes -
ProtectClockIntroduced in systemd 245=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
Restart=on-failure -
RestrictRealtimeIntroduced in systemd 231=yes -
Type=notify -
User=redis
-
-
[Unit]-
After=network.target -
Description=Redis instance: %i -
PartOf=redis.target
-
Additionnal notes
Nothing here.