2020-06-08 23:01:17 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Service]
|
2020-06-24 02:17:33 +02:00
|
|
|
ExecStart=@runtimeShell@ -l -c "@emacs@/bin/emacs --fg-daemon"
|
2020-06-08 23:01:17 +02:00
|
|
|
Restart=on-failure
|
2021-05-23 22:24:30 +02:00
|
|
|
SuccessExitStatus=15
|
|
|
|
Type=notify
|
2020-06-08 23:01:17 +02:00
|
|
|
|
|
|
|
[Unit]
|
2021-05-23 22:24:30 +02:00
|
|
|
Description=Emacs text editor
|
2020-06-08 23:01:17 +02:00
|
|
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
|
|
|
X-RestartIfChanged=false
|