You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
482 B
24 lines
482 B
[Unit]
|
|
Description=Redis data structure server
|
|
Documentation=https://redis.io/documentation
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=redis
|
|
Group=redis
|
|
ExecStart=/usr/bin/redis-server --supervised systemd --daemonize no
|
|
TimeoutStartSec=5
|
|
TimeoutStopSec=5
|
|
CapabilityBoundingSet=
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
RuntimeDirectory=redis
|
|
RuntimeDirectoryMode=755
|
|
LimitNOFILE=10032
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|