Instead of the ExecStartPre commands for creating our runtime directory
switch to the correct approach, RuntimeDirectory. Thanks to Guillem
Jover for the pointer.
+onak (0.6.2-2) UNRELEASED; urgency=low
+
+ * Switch to RuntimeDirectory in systemd service file. Thanks to Guillem
+ Jover for the pointer.
+
+ -- Jonathan McDowell <noodles@earth.li> Mon, 02 Jan 2023 15:55:04 +0000
+
onak (0.6.2-1) unstable; urgency=low
* New upstream release
[Service]
User=onak
-ExecStartPre=+/bin/mkdir -p -m 0755 /run/onak
-ExecStartPre=+/bin/chown onak /run/onak
+RuntimeDirectory=/run/onak
ExecStart=/usr/sbin/keyd -f
ExecStop=/usr/bin/keydctl quit