fix(systemd): Make default paths for runtime config and RPC socket compatible with systemd

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2024-12-23 17:51:20 +01:00
parent 850b83b1c0
commit 3ce39138cc
7 changed files with 20 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ backends:
rpc:
# Path to a Unix socket for management
# and monitoring of the cunicu daemon.
socket: /var/run/cunicu.sock
socket: /run/cunicu.sock
# Start of cunīcu daemon will block until
# its unblocked via the control socket.

View File

@@ -104,7 +104,7 @@ $defs:
description: |
Path to a Unix socket for management and monitoring of the cunīcu daemon.
type: string
default: /var/run/cunicu.sock
default: /run/cunicu.sock
wait:
description: |