9 lines
143 B
SYSTEMD
9 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description = urxvt terminal daemon
|
||
|
|
||
|
[Service]
|
||
|
ExecStart = /usr/bin/urxvtd --quiet
|
||
|
Restart = always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = default.target
|