automatically start and pull config for yate #6

Open
echtnurich wants to merge 11 commits from yate into main
Showing only changes of commit c9967f73c0 - Show all commits

View file

@ -22,7 +22,7 @@
After= "network.target"; After= "network.target";
}; };
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.yate}/bin/yate -c /etc/yate -e /etc/yate/share -Do"; ExecStart = "${pkgs.yate}/bin/yate -c /etc/yate -e /etc/yate/share";
Type="simple"; Type="simple";
Restart="always"; Restart="always";
User="yate"; User="yate";