summaryrefslogtreecommitdiffstats
path: root/sysemd/.config/systemd/user/urxvtd.service
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-21 00:19:38 +0200
committerGravatar Tom Willemse2014-08-21 00:19:38 +0200
commita817e7d55c35aac2503c1bc39f27f600bf57e27e (patch)
treeded632bf9d7bbdd8292a3650cf84635ac92cf14f /sysemd/.config/systemd/user/urxvtd.service
parent1774bb445dc638daf03dad62cbd7fb11cc58cc54 (diff)
downloaddotfiles-a817e7d55c35aac2503c1bc39f27f600bf57e27e.tar.gz
dotfiles-a817e7d55c35aac2503c1bc39f27f600bf57e27e.zip
Add systemd config
Diffstat (limited to 'sysemd/.config/systemd/user/urxvtd.service')
-rw-r--r--sysemd/.config/systemd/user/urxvtd.service9
1 files changed, 9 insertions, 0 deletions
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