summarylogtreecommitdiffstats
path: root/sks-recon.service
blob: a179ba47e397f5b4ff6bae810a8e182f464e0215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Synchronizing key server recon instance
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
User=sks
Group=sks
PIDFile=/var/run/sks/sksrecon.pid
ExecStart=/usr/bin/sks recon
RuntimeDirectory=sks
RuntimeDirectoryMode=0755

[Install]
WantedBy=multi-user.target