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

[Service]
Type=simple
User=keydb
Group=keydb
ExecStart=/usr/bin/keydb-server /etc/keydb.conf
ExecStop=/usr/bin/keydb-cli shutdown
CapabilityBoundingSet=
PrivateTmp=true
PrivateDevices=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
RuntimeDirectory=keydb
RuntimeDirectoryMode=755
LimitNOFILE=10032

[Install]
WantedBy=multi-user.target