1
0
Fork 0

debug(yate): make yate more verbose again because we're definitely not done with ring ring stuff

This commit is contained in:
Jannik 2022-07-25 11:37:56 +02:00
parent 536630fdd4
commit dce2d5483d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ in {
serviceConfig = {
Type = "forking";
ExecStart =
"${pkgs.yate}/bin/yate -d -p /run/yate/yate.pid -c /etc/yate -F -s -q -DF -r -l /var/lib/yate/yate.log";
"${pkgs.yate}/bin/yate -d -p /run/yate/yate.pid -c /etc/yate -F -s -vvv -DF -r -l /var/lib/yate/yate.log";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
User = "yate";
Group = "yate";