]> the.earth.li Git - onak.git/commit
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)
commit79d3367860d989851c6842fce70601420439ab5c
tree1d76ea31a71dad3726fea4b3273d1ddf98f60b95
parent67f26da9c26e544b723ac73ac67383519c873e30
Fix /run/onak creation

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.
debian/onak.service