From 438064ca6b13245d739a613dd18bf54f43349eb2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 20 Aug 2014 23:59:01 +0200 Subject: Always restart urxvtd --- .config/systemd/user/urxvtd.service | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf