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:
parent
47226ec7e7
commit
f5182ffc42
2 changed files with 15 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
[Install]
|
||||
RequiredBy=emacs.service
|
||||
WantedBy=sockets.target
|
||||
|
||||
[Socket]
|
||||
DirectoryMode=0700
|
||||
FileDescriptorName=server
|
||||
FlushPending=true
|
||||
ListenStream=%t/emacs/server
|
||||
SocketMode=0600
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue