Lines Matching defs:Service
6 [Service] section
7 Type=notify
8 User=redis
9 Group=redis
10 ExecStart=/usr/bin/redis-server --supervised systemd --daemonize no
11 TimeoutStartSec=5
12 TimeoutStopSec=5
13 CapabilityBoundingSet=
14 PrivateTmp=true
15 PrivateDevices=true
16 ProtectSystem=full
17 ProtectHome=true
18 NoNewPrivileges=true
19 RuntimeDirectory=redis
20 RuntimeDirectoryMode=755
21 LimitNOFILE=10032