summarylogtreecommitdiffstats
path: root/sks-db-local.service
blob: a6bbefe1299959c3e162a8d89ec34a696a176a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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