summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-20 23:59:01 +0200
committerGravatar Tom Willemse2014-08-20 23:59:01 +0200
commit438064ca6b13245d739a613dd18bf54f43349eb2 (patch)
tree0b76b67fc96cc88bc48d10b7f300643f18db980a
parent1fcb77dd976fc11864f1ec33eae31b8bcf8bd0a0 (diff)
downloadsystemd-438064ca6b13245d739a613dd18bf54f43349eb2.tar.gz
systemd-438064ca6b13245d739a613dd18bf54f43349eb2.zip
Always restart urxvtd
-rw-r--r--.config/systemd/user/urxvtd.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service
index e5000ed..b1de4f7 100644
--- a/.config/systemd/user/urxvtd.service
+++ b/.config/systemd/user/urxvtd.service
@@ -3,6 +3,7 @@ Description=RXVT-Unicode Daemon
[Service]
ExecStart=/usr/bin/urxvtd
+Restart=always
[Install]
WantedBy=default.target