/lib/systemd/system/pesign.service is in pesign 0.112-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 | [Unit]
Description=Pesign signing daemon
[Service]
PrivateTmp=true
Type=forking
PIDFile=/var/run/pesign.pid
ExecStart=/usr/bin/pesign --daemonize
ExecStartPost=/usr/share/pesign/pesign-authorize-users
ExecStartPost=/usr/share/pesign/pesign-authorize-groups
|