mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
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:
@@ -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.
|
||||
|
@@ -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: |
|
||||
|
Reference in New Issue
Block a user