This commit is contained in:
parent
313913758a
commit
1455814df5
1 changed files with 2 additions and 0 deletions
|
@ -696,6 +696,7 @@ in
|
||||||
RestrictSUIDSGID = true;
|
RestrictSUIDSGID = true;
|
||||||
ExecStart = "${lib.getExe cscli} --error hub update";
|
ExecStart = "${lib.getExe cscli} --error hub update";
|
||||||
ExecStartPost = "systemctl reload crowdsec.service";
|
ExecStartPost = "systemctl reload crowdsec.service";
|
||||||
|
LogLevelMax=5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -777,6 +778,7 @@ in
|
||||||
"${lib.getExe setupScript}"
|
"${lib.getExe setupScript}"
|
||||||
"${lib.getExe' cfg.package "crowdsec"} -c ${configFile} -t -error"
|
"${lib.getExe' cfg.package "crowdsec"} -c ${configFile} -t -error"
|
||||||
];
|
];
|
||||||
|
LogLevelMax=5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue