summarylogtreecommitdiffstats
path: root/keydb.service
diff options
context:
space:
mode:
authorDiab Neiroukh2021-12-18 16:31:40 +0000
committerDiab Neiroukh2021-12-18 16:34:41 +0000
commit1af63f2bac02df001262839fee17dc03f17ab362 (patch)
tree6ba65c85b6c3949b8686a9bca69e9b56224436ea /keydb.service
parent26c60cde8243ccc10b012eccac896fdc1ced9dc4 (diff)
downloadaur-1af63f2bac02df001262839fee17dc03f17ab362.tar.gz
treewide: Update to match upstream redis package.
Signed-off-by: Diab Neiroukh <lazerl0rd@thezest.dev>
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