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";
};
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";
Restart="always";
User="yate";