automatically start and pull config for yate #6
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue