]> the.earth.li Git - onak.git/commitdiff
Fix /run/onak creation
authorJonathan McDowell <noodles@earth.li>
Sat, 26 Nov 2022 16:50:03 +0000 (16:50 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 26 Nov 2022 16:52:24 +0000 (16:52 +0000)
The keyd socket was previously moved under /run/onak so that
subdirectory could be owned by the onak user. However the systemd
ExecStartPre commands run as the onak user, so the creation + ownership
setup was not properly happening. Prefix with a +, which tells systemd
these commands ignore the User= setting.


No differences found