Add urxvtd service

Instead of starting urxvtd with urxvtcd, start it automatically with
systemd. This lets us run urxvtc directly in other desktop environments
without having to rely on urxvtcd.
This commit is contained in:
Donovan Glover 2018-10-15 08:56:31 -04:00
parent bb711596c1
commit f6ebc31fe9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -0,0 +1,9 @@
[Unit]
Description=urxvtd
[Service]
Type=forking
ExecStart=/usr/bin/urxvtd -q -o -f
[Install]
WantedBy=default.target