mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2026-04-22 22:57:04 +08:00
fix(systemd): remove log-level cli flag, respect config settings
Signed-off-by: Adam Rizkalla <ajarizzo@gmail.com>
This commit is contained in:
committed by
Steffen Vogel
parent
b798180358
commit
6832d58e75
@@ -12,7 +12,7 @@ After=cunicu.socket
|
||||
|
||||
[Service]
|
||||
Type=notify-reload
|
||||
ExecStart=cunicu daemon --log-level debug10 --config /etc/cunicu/cunicu.yaml
|
||||
ExecStart=cunicu daemon --config /etc/cunicu/cunicu.yaml
|
||||
Environment="CUNICU_EXPERIMENTAL=1"
|
||||
Environment="CUNICU_CONFIG_ALLOW_INSECURE=1"
|
||||
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ in
|
||||
serviceConfig = {
|
||||
Type = "notify-reload";
|
||||
|
||||
ExecStart = "${lib.getExe cfg.package} daemon --log-level debug10 --config /etc/cunicu/cunicu.yaml";
|
||||
ExecStart = "${lib.getExe cfg.package} daemon --config /etc/cunicu/cunicu.yaml";
|
||||
|
||||
DynamicUser = true;
|
||||
NotifyAccess = "main";
|
||||
|
||||
Reference in New Issue
Block a user