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.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service
new file mode 100644
index 0000000..4efe794
--- /dev/null
+++ b/.config/systemd/user/urxvtd.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=urxvtd - urxvt terminal daemon
3
4[Service]
5Type=simple
6ExecStart=%s -c urxvtd
7Restart=always
8
9[Install]
10WantedBy=default.target