summaryrefslogtreecommitdiff
path: root/.config/systemd/user/urxvtd.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/urxvtd.service')
-rw-r--r--.config/systemd/user/urxvtd.service2
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]
5Type=simple 5Type=simple
6ExecStart=%s -c urxvtd 6ExecStart=/bin/sh -c urxvtd
7Restart=always 7Restart=always
8 8
9[Install] 9[Install]