From: Jonathan McDowell Date: Sat, 28 May 2022 18:12:28 +0000 (+0100) Subject: Use an onak subdir for the keyd socket X-Git-Tag: onak-0.6.2~6 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=30a4eee133c15503dad435c8ce41953d94492c28;hp=30a4eee133c15503dad435c8ce41953d94492c28;p=onak.git Use an onak subdir for the keyd socket Instead of putting keyd.sock file directly in /run create a /run/onak which can then be owned by the onak user. Otherwise keyd will have problems creating the socket when activated directly instead of via the socket unit file. ---