- Rework packaging to match recommended packaging from doc/packaging.md and <https://github.com/zabbly/incus/tree/stable/systemd>. OBS-URL: https://build.opensuse.org/request/show/1216848 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/incus?expand=0&rev=5
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
## Path : System/Management
|
|
## Description : Extra cli switches for incusd
|
|
## Type : string
|
|
## Default : ""
|
|
## ServiceRestart : incus
|
|
#
|
|
# Common options include:
|
|
# --group GROUPNAME # Group of users that can control Incus
|
|
# --debug # Debug mode (noisy)
|
|
# --verbose # Verbose mode
|
|
# --syslog # Log to syslog
|
|
# --trace # Trace mode (very noisy)
|
|
#
|
|
INCUS_OPTS=""
|