8 lines
128 B
SYSTEMD
8 lines
128 B
SYSTEMD
|
|
[Unit]
|
||
|
|
BindsTo=autostart.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/bin/xrdb -merge -I%h %h/.Xresources
|
||
|
|
RemainAfterExit=true
|