14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=Set Background on X Display :0
|
|
After=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/daemon_starter fehbg
|
|
Restart=on-failure
|
|
Environment=DISPLAY=:0
|
|
Environment=XAUTHORITY=/home/klein/.Xauthority
|
|
|
|
[Install]
|
|
WantedBy=default.target
|