Emacs background autostart sudo daemon: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 May 2025

  • curprev 11:3011:30, 14 May 2025Mwroot talk contribs 625 bytes +10 No edit summary
  • curprev 11:1411:14, 14 May 2025Mwroot talk contribs 615 bytes +615 Created page with "<syntaxhighlight lang="bash"> sudo touch /etc/systemd/system/emacs.service sudo chmod 664 /etc/systemd/system/emacs.service </syntaxhighlight> <syntaxhighlight lang="bash"> [Unit] Description=Emacs: the extensible, self-documenting text editor [Service] Type=forking ExecStart=/usr/bin/emacs --daemon ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" Environment=SSH_AUTH_SOCK=%t/keyring/ssh Restart=always [Install] WantedBy=multi-user.target </syntaxhighlight> <syntaxh..."