24 lines
443 B
Desktop File
24 lines
443 B
Desktop File
[Unit]
|
|
Description=Advanced key-value store
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=redis
|
|
Group=redis
|
|
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --supervised systemd
|
|
TimeoutStartSec=60
|
|
TimeoutStopSec=60
|
|
CapabilityBoundingSet=
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
RuntimeDirectory=redis
|
|
RuntimeDirectoryMode=755
|
|
LimitNOFILE=10032
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|