summarylogtreecommitdiffstats
path: root/sks-db-local.service
diff options
context:
space:
mode:
authorbrent s2018-02-08 03:02:54 -0500
committerbrent s2018-02-08 03:02:54 -0500
commitd22873e152d3a3ca25b589c6b295b503415624d4 (patch)
tree0309cfbae97bc8828550d9a122e45322ad4a58c8 /sks-db-local.service
parenta68f702f51af46587e89f9cff1c6874202600ad8 (diff)
downloadaur-d22873e152d3a3ca25b589c6b295b503415624d4.tar.gz
pkgbuild (probably) done - CHECK FOR FILE CONFLICTS with AUR/sks!
waiting on upstream bug resolution: https://bitbucket.org/skskeyserver/sks-keyserver/issues/55/unbound-module-nat-in-cryptokit-on-ocaml
Diffstat (limited to 'sks-db-local.service')
-rw-r--r--sks-db-local.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/sks-db-local.service b/sks-db-local.service
new file mode 100644
index 000000000000..a6bbefe12999
--- /dev/null
+++ b/sks-db-local.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Synchronizing key server db instance (Local sync/dumps)
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=simple
+User=sks
+Group=sks
+PIDFile=/var/run/sks-local/sksdb.pid
+ExecStart=/usr/bin/sks-local db
+RuntimeDirectory=sks-local
+RuntimeDirectoryMode=0755
+
+[Install]
+WantedBy=multi-user.target