fix: use unescaped %I in ntfy failure notification script
%i passes the escaped unit name which systemctl status cannot resolve, causing "Failed to mangle name" errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a6736c2ac1
commit
60ed46689c
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ in
|
|||
${cfg.ntfy.url}/${cfg.ntfy.topic}
|
||||
'';
|
||||
};
|
||||
scriptArgs = "%i";
|
||||
scriptArgs = "%I";
|
||||
};
|
||||
})
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue