/lib/systemd/system/sks-recon.service is in sks 1.1.6-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=SKS reconciliation service
BindsTo=sks.service
After=sks.service
Documentation=man:sks(8)
[Service]
Type=simple
ExecStart=/usr/sbin/sks -stdoutlog recon
User=debian-sks
WorkingDirectory=/var/lib/sks
[Install]
WantedBy=multi-user.target
|