mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
2ed0f5d9aa
Important: Please note that this change is *untested*.
13 lines
240 B
Desktop File
13 lines
240 B
Desktop File
[Unit]
|
|
Description = Starts an instance of XBMC
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = xbmc
|
|
Group = xbmc
|
|
Type = simple
|
|
ExecStart = /usr/bin/xbmc-standalone -l /run/lirc/lircd
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|