diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:55:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-15 22:55:31 +0200 |
| commit | 6b2f1ba42459b7a3b62502baab88997613178d7e (patch) | |
| tree | ef01269886144cac2c80b992119ef8b5368422ae /.config/systemd/user/emacs.service | |
| parent | 1ebe553662f95c877acd716555aee404af994420 (diff) | |
| download | dotfiles-6b2f1ba42459b7a3b62502baab88997613178d7e.tar dotfiles-6b2f1ba42459b7a3b62502baab88997613178d7e.tar.gz dotfiles-6b2f1ba42459b7a3b62502baab88997613178d7e.tar.bz2 dotfiles-6b2f1ba42459b7a3b62502baab88997613178d7e.tar.xz dotfiles-6b2f1ba42459b7a3b62502baab88997613178d7e.zip | |
Dropped support for arbitrary user shell to please pöttering
Diffstat (limited to '.config/systemd/user/emacs.service')
| -rw-r--r-- | .config/systemd/user/emacs.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/systemd/user/emacs.service b/.config/systemd/user/emacs.service index 9f9e4f9..a552611 100644 --- a/.config/systemd/user/emacs.service +++ b/.config/systemd/user/emacs.service | |||
| @@ -3,8 +3,8 @@ Description=Emacs: the extensible, self-documenting text editor | |||
| 3 | 3 | ||
| 4 | [Service] | 4 | [Service] |
| 5 | Type=forking | 5 | Type=forking |
| 6 | ExecStart=%s -c "emacs --daemon" | 6 | ExecStart=/bin/sh -c "emacs --daemon" |
| 7 | ExecStop=%s -c 'emacsclient --eval "(kill-emacs)"' | 7 | ExecStop=/bin/sh -c 'emacsclient --eval "(kill-emacs)"' |
| 8 | Environment=PATH=%h/bin:/var/setuid-wrappers:%h/.nix-profile/bin:%h/.nix-profile/sbin:%h/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/run/current-system/sw/bin:/run/current-system/sw/sbin:/run/current-system/sw/lib/kde4/libexec | 8 | Environment=PATH=%h/bin:/var/setuid-wrappers:%h/.nix-profile/bin:%h/.nix-profile/sbin:%h/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/run/current-system/sw/bin:/run/current-system/sw/sbin:/run/current-system/sw/lib/kde4/libexec |
| 9 | Restart=always | 9 | Restart=always |
| 10 | 10 | ||
