3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #89558 from helsinki-systems/freeswitch-path

nixos/freeswitch: Unit improvements and add fs_cli
This commit is contained in:
Lassulus 2020-06-06 12:06:38 +02:00 committed by GitHub
commit 8de15acd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,9 +95,11 @@ in {
-conf ${configPath} \\
-base /var/lib/freeswitch";
ExecReload = "${pkg}/bin/fs_cli -x reloadxml";
Restart = "always";
Restart = "on-failure";
RestartSec = "5s";
CPUSchedulingPolicy = "fifo";
};
};
environment.systemPackages = [ pkg ];
};
}