Update caddy reload command paths in configuration and panelctl scripts
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
7072fc9a37
commit
64c5b573cf
3 changed files with 4 additions and 3 deletions
|
|
@ -84,7 +84,7 @@
|
|||
users = [ "reudy" ];
|
||||
commands = [
|
||||
{
|
||||
command = "${pkgs.systemd}/bin/systemctl reload caddy";
|
||||
command = "/run/current-system/sw/bin/systemctl reload caddy";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue