archrelease: copy trunk to community-any
[ArchLinux/community.git] / redis / trunk / redis.service
blob06fcdae3288212c7ad72ed4e2d80041a604ed1b0
1 [Unit]
2 Description=Advanced key-value store
3 After=network.target
5 [Service]
6 Type=notify
7 User=redis
8 Group=redis
9 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --supervised systemd
10 TimeoutStartSec=60
11 TimeoutStopSec=60
12 CapabilityBoundingSet=
13 PrivateTmp=true
14 PrivateDevices=true
15 ProtectSystem=full
16 ProtectHome=true
17 NoNewPrivileges=true
18 RuntimeDirectory=redis
19 RuntimeDirectoryMode=755
20 LimitNOFILE=10032
22 [Install]
23 WantedBy=multi-user.target