1
0

fix dialin

This commit is contained in:
Ember 'n0emis' Keske
2022-07-25 09:26:14 +02:00
parent 6524dfc30e
commit f4befb017a
3 changed files with 5 additions and 4 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 -vvv -DF -r -l /var/lib/yate/yate.log";
"${pkgs.yate}/bin/yate -d -p /run/yate/yate.pid -c /etc/yate -F -s -q -DF -r -l /var/lib/yate/yate.log";
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
User = "yate";
Group = "yate";