mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 03:48:44 +01:00
10 lines
120 B
SYSTEMD
10 lines
120 B
SYSTEMD
|
[Unit]
|
||
|
Description=urxvtd
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/urxvtd -q -o -f
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|