iperf3: bump to version 3.1.2
[buildroot-gz.git] / package / redis / redis.service
blob0a8162b8ab8ec8680c08eb68b6f2a50429ecf3d7
1 [Unit]
2 Description=Advanced key-value store
3 After=network.target
5 [Service]
6 Type=simple
7 User=redis
8 Group=redis
9 ExecStart=/usr/bin/redis-server /etc/redis.conf
10 ExecStop=/usr/bin/redis-cli shutdown
11 CapabilityBoundingSet=
12 PrivateTmp=true
13 PrivateDevices=true
14 ProtectSystem=full
15 ProtectHome=true
16 NoNewPrivileges=true
17 RuntimeDirectory=redis
18 RuntimeDirectoryMode=755
19 LimitNOFILE=10032
21 [Install]
22 WantedBy=multi-user.target