From a817e7d55c35aac2503c1bc39f27f600bf57e27e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 21 Aug 2014 00:19:38 +0200 Subject: Add systemd config --- sysemd/.config/systemd/user/urxvtd.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sysemd/.config/systemd/user/urxvtd.service (limited to 'sysemd/.config/systemd/user/urxvtd.service') diff --git a/sysemd/.config/systemd/user/urxvtd.service b/sysemd/.config/systemd/user/urxvtd.service new file mode 100644 index 0000000..b1de4f7 --- /dev/null +++ b/sysemd/.config/systemd/user/urxvtd.service @@ -0,0 +1,9 @@ +[Unit] +Description=RXVT-Unicode Daemon + +[Service] +ExecStart=/usr/bin/urxvtd +Restart=always + +[Install] +WantedBy=default.target -- cgit v1.2.3-54-g00ecf