We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaca0a commit 73392b7Copy full SHA for 73392b7
1 file changed
nixos/modules/services/misc/freeswitch.nix
@@ -78,7 +78,7 @@ in {
78
wantedBy = [ "multi-user.target" ];
79
restartTriggers = [ configDirectory ];
80
serviceConfig = {
81
- ExecStart = "${pkgs.systemd}/bin/systemctl try-reload-or-restart freeswitch.service";
+ ExecStart = "/run/current-system/systemd/bin/systemctl try-reload-or-restart freeswitch.service";
82
RemainAfterExit = true;
83
Type = "oneshot";
84
};
0 commit comments