]> the.earth.li Git - onak.git/commitdiff
Fix systemd RuntimeDirectory
authorJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 05:40:12 +0000 (11:10 +0530)
committerJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 05:40:12 +0000 (11:10 +0530)
RuntimeDirectory should be a path relative to /run/, rather than an
absolute path. Fix.

debian/onak.service

index fe3f0b0e907945725f09234b9b44f89ce6938d4e..08c58cd0b6c56e49e48062f77c635e18dabeaaa4 100644 (file)
@@ -4,7 +4,7 @@ Documentation=man:keyd
 
 [Service]
 User=onak
-RuntimeDirectory=/run/onak
+RuntimeDirectory=onak
 ExecStart=/usr/sbin/keyd -f
 ExecStop=/usr/bin/keydctl quit