Rather than relying on socket activation allow keyd to be started on
boot by adding the appropriate stanza to the onak.service file.
* Remove Ross Burton from Uploaders.
* Bump Debian Standards-Version to 3.9.8.0
+ * Fix up systemd control file to allow non-socket activation.
-- Jonathan McDowell <noodles@earth.li> Sun, 17 Jan 2016 14:14:00 +0000
[Unit]
Description=Backend caching key daemon for onak OpenPGP keyserver
Documentation=man:keyd
-Requires=onak.socket
[Service]
User=onak
ExecStart=/usr/sbin/keyd -f
ExecStop=/usr/bin/keydctl quit
+
+[Install]
+WantedBy=multi-user.target