mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
15 lines
273 B
Desktop File
15 lines
273 B
Desktop File
[Unit]
|
|
Description=Emacs daemon
|
|
After=ssh-agent.service
|
|
Wants=ssh-agent.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=SSH_AUTH_SOCK=%h/.local/state/ssh-agent/socket
|
|
WorkingDirectory=%h
|
|
ExecStart=/usr/bin/emacs --fg-daemon
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|