summarylogtreecommitdiffstats
path: root/keydb.service
diff options
context:
space:
mode:
Diffstat (limited to 'keydb.service')
-rw-r--r--keydb.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/keydb.service b/keydb.service
index a55cee96ebeb..bb32c63ad3d1 100644
--- a/keydb.service
+++ b/keydb.service
@@ -3,11 +3,12 @@ Description=Advanced key-value store
After=network.target
[Service]
-Type=simple
+Type=notify
User=keydb
Group=keydb
-ExecStart=/usr/bin/keydb-server /etc/keydb.conf
-ExecStop=/usr/bin/keydb-cli shutdown
+ExecStart=/usr/bin/keydb-server /etc/keydb/keydb.conf
+TimeoutStartSec=60
+TimeoutStopSec=60
CapabilityBoundingSet=
PrivateTmp=true
PrivateDevices=true