summaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/emacs.service4
-rw-r--r--.config/systemd/user/urxvtd.service2
2 files changed, 3 insertions, 3 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]
5Type=forking 5Type=forking
6ExecStart=%s -c "emacs --daemon" 6ExecStart=/bin/sh -c "emacs --daemon"
7ExecStop=%s -c 'emacsclient --eval "(kill-emacs)"' 7ExecStop=/bin/sh -c 'emacsclient --eval "(kill-emacs)"'
8Environment=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 8Environment=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
9Restart=always 9Restart=always
10 10
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service
index 4efe794..c5ff9b9 100644
--- a/.config/systemd/user/urxvtd.service
+++ b/.config/systemd/user/urxvtd.service
@@ -3,7 +3,7 @@ Description=urxvtd - urxvt terminal daemon
3 3
4[Service] 4[Service]
5Type=simple 5Type=simple
6ExecStart=%s -c urxvtd 6ExecStart=/bin/sh -c urxvtd
7Restart=always 7Restart=always
8 8
9[Install] 9[Install]