diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index 7cc3dc0..88a9a53 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -327,7 +327,7 @@ wantedBy = [ "multi-user.target" ]; path = with pkgs; [ inotify-tools asterisk ]; script = '' - inotifywait -m -e move /etc/asterisk | + inotifywait -m -e move /etc/asterisk | while read path action file; do case "$file" in pjsip.conf)