mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-12-24 06:18:40 +08:00
12 lines
274 B
Go
12 lines
274 B
Go
// SPDX-FileCopyrightText: 2023-2024 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"
|