mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
13 lines
278 B
SYSTEMD
13 lines
278 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=sockets.target
|
||
|
|
||
|
[Socket]
|
||
|
DirectoryMode=0700
|
||
|
FileDescriptorName=server
|
||
|
ListenStream=%T/emacs%U/server
|
||
|
SocketMode=0600
|
||
|
|
||
|
[Unit]
|
||
|
Description=Emacs: the extensible, self-documenting text editor
|
||
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|