hm: fix waybar's reload cmd
This commit is contained in:
parent
43177a5a77
commit
0fcee239bc
@ -144,8 +144,7 @@ in {
|
||||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.waybar}/bin/waybar";
|
||||
# ExecReload = "kill -SIGUSR2 $MAINPID";
|
||||
ExecReload = "kill -SIGUSR2 ''$MAINPID";
|
||||
ExecReload = "kill -SIGUSR2 $MAINPID";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "3s";
|
||||
LockPersonality = true;
|
||||
|
Loading…
Reference in New Issue
Block a user