1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

emacs: Fix socket activation

This commit is contained in:
Rodney Lorrimar 2023-11-09 17:27:45 +08:00 committed by Robert Helgesson
parent 47226ec7e7
commit f5182ffc42
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 15 additions and 1 deletions

View file

@ -1,9 +1,11 @@
[Install]
RequiredBy=emacs.service
WantedBy=sockets.target
[Socket]
DirectoryMode=0700
FileDescriptorName=server
FlushPending=true
ListenStream=%t/emacs/server
SocketMode=0600