changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: rm systemd

changeset 15: e500295892b2
parent 12: a3bbef65805d
child 16: 6bc8e0e60a58
child 25: 9b588a7e55d3
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 14 May 2024 16:48:38 -0400
files: .config/systemd/user/default.target.wants/emacs.service
description: rm systemd
     1.1--- a/.config/systemd/user/default.target.wants/emacs.service	Tue May 14 14:46:08 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