summarylogtreecommitdiffstats
path: root/sks-recon-local.service
blob: 185514c5996b0e8d6a39728307e134b46465b9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Synchronizing key server recon 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/sksrecon.pid
ExecStart=/usr/bin/sks-local recon
RuntimeDirectory=sks-local
RuntimeDirectoryMode=0755

[Install]
WantedBy=multi-user.target