mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
12 lines
274 B
Go
12 lines
274 B
Go
// SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
//go:build unix
|
|
|
|
package config
|
|
|
|
const DefaultSocketPath = "/run/cunicu.sock"
|
|
|
|
//nolint:gochecknoglobals
|
|
var RuntimeConfigFile = "/var/lib/cunicu/runtime.yaml"
|