/lib/systemd/system/onak.service is in onak 0.5.0-1.
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 | [Unit]
Description=Backend caching key daemon for onak OpenPGP keyserver
Documentation=man:keyd
[Service]
User=onak
ExecStart=/usr/sbin/keyd -f
ExecStop=/usr/bin/keydctl quit
[Install]
WantedBy=multi-user.target
|