diff options
Diffstat (limited to '.config/systemd/user')
-rw-r--r-- | .config/systemd/user/urxvtd.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/systemd/user/urxvtd.service b/.config/systemd/user/urxvtd.service deleted file mode 100644 index c5ff9b9..0000000 --- a/.config/systemd/user/urxvtd.service +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | [Unit] | ||
2 | Description=urxvtd - urxvt terminal daemon | ||
3 | |||
4 | [Service] | ||
5 | Type=simple | ||
6 | ExecStart=/bin/sh -c urxvtd | ||
7 | Restart=always | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=default.target | ||