Home Gen355 @ 2024-10-04-20:27
This commit is contained in:
parent
707e277e4e
commit
b6e969bb42
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user