Workaround for when atuind is not well stopped

This commit is contained in:
Andrea Ciceri 2024-11-04 21:10:56 +01:00
parent bd8e6a0715
commit 115aa92ddd
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -49,7 +49,7 @@
WantedBy = [ "default.target" ];
};
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";
};
};