modules/hyprspace: remove leftover rpc socket
This commit is contained in:
parent
d6caf48aed
commit
d2b55305aa
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ in {
|
|||
RestartSec = "5s";
|
||||
ExecStart = "${hyprspace}/bin/hyprspace up hyprspace -f -c ${runConfig}";
|
||||
ExecStop = "${hyprspace}/bin/hyprspace down hyprspace";
|
||||
ExecStopPost = "${pkgs.coreutils}/bin/rm -f /run/hyprspace-rpc.hyprspace.sock";
|
||||
IPAddressDeny = [
|
||||
"10.0.0.0/8"
|
||||
"100.64.0.0/10"
|
||||
|
|
Loading…
Reference in a new issue