changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: merge ellis@rurik

changeset 17: 5e41330fc0ce
parent 10: 72c5d8f26db2 (current diff)
parent 16: 6bc8e0e60a58 (diff)
child 19: ca703415cc62
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 14 May 2024 16:51:02 -0400
files:
description: merge ellis@rurik
     1.1--- a/.config/systemd/user/default.target.wants/emacs.service	Tue May 14 14:44:30 2024 -0400
     1.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3@@ -1,19 +0,0 @@
     1.4-[Unit]
     1.5-Description=Emacs text editor
     1.6-Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
     1.7-
     1.8-[Service]
     1.9-Type=notify
    1.10-ExecStart=/usr/local/bin/emacs --fg-daemon
    1.11-
    1.12-# Emacs will exit with status 15 after having received SIGTERM, which
    1.13-# is the default "KillSignal" value systemd uses to stop services.
    1.14-SuccessExitStatus=15
    1.15-
    1.16-# The location of the SSH auth socket varies by distribution, and some
    1.17-# set it from PAM, so don't override by default.
    1.18-# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
    1.19-Restart=on-failure
    1.20-
    1.21-[Install]
    1.22-WantedBy=default.target