mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
258 B
Desktop File
15 lines
258 B
Desktop File
[Unit]
|
|
Description=intel switch to full range
|
|
Before=kodi.service
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=DISPLAY=:0.0
|
|
ExecStart=-/bin/sh "/usr/bin/intel-fullrange.sh"
|
|
StandardError=null
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|