Home Gen355 @ 2024-10-04-20:27

This commit is contained in:
Jonas Röger 2024-10-04 20:27:09 +02:00
parent 707e277e4e
commit b6e969bb42

View File

@ -91,11 +91,10 @@ in {
};
Service = {
ExecStart = "${wrapped-emacs}/bin/emacs --fg-daemon=${doom-socket-name}";
Restart = "on-failure";
SuccessExitStatus = 15;
};
Install = {
WantedBy = ["default.target"]; # Start with your user session
WantedBy = []; # Lazy start by socket
};
};
systemd.user.sockets.doom-emacs-server = {