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/urxvtd.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/urxvtd.service')
-rw-r--r-- | .config/systemd/user/urxvtd.service | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
5 | Type=simple | 5 | Type=simple |
6 | ExecStart=%s -c urxvtd | 6 | ExecStart=/bin/sh -c urxvtd |
7 | Restart=always | 7 | Restart=always |
8 | 8 | ||
9 | [Install] | 9 | [Install] |