repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
redis
/
trunk
/
redis.service
blob
06fcdae3288212c7ad72ed4e2d80041a604ed1b0
1
[Unit]
2
Description=Advanced key-value store
3
After=network.target
4
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
21
22
[Install]
23
WantedBy=multi-user.target