summarylogtreecommitdiffstats
path: root/redict.service
blob: e11b3fcdd48974cff1df38173cd0f8a02808e654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Unit]
Description=Advanced key-value store
After=network.target

[Service]
Type=notify
User=redict
Group=redict
ExecStart=/usr/bin/redict-server /etc/redict/redict.conf --supervised systemd
TimeoutStartSec=60
TimeoutStopSec=60
CapabilityBoundingSet=
PrivateTmp=true
PrivateDevices=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
RuntimeDirectory=redict
RuntimeDirectoryMode=755
LimitNOFILE=10032

[Install]
WantedBy=multi-user.target