Workaround for when atuind is not well stopped
This commit is contained in:
parent
bd8e6a0715
commit
115aa92ddd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
WantedBy = [ "default.target" ];
|
WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
# ExecStartPre = "${lib.getExe' pkgs.toybox "rm"} -f ${config.programs.atuin.settings.daemon.socket_path}";
|
ExecStartPre = "${lib.getExe' pkgs.toybox "rm"} -f ${config.programs.atuin.settings.daemon.socket_path}";
|
||||||
ExecStart = "${lib.getExe pkgs.atuin} daemon";
|
ExecStart = "${lib.getExe pkgs.atuin} daemon";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue