diff options
Diffstat (limited to '.config/systemd/user/urxvtd.service')
-rw-r--r-- | .config/systemd/user/urxvtd.service | 10 |
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] | ||
2 | Description=urxvtd - urxvt terminal daemon | ||
3 | |||
4 | [Service] | ||
5 | Type=simple | ||
6 | ExecStart=%s -c urxvtd | ||
7 | Restart=always | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=default.target | ||