E-Razor n00b


Joined: 11 Jul 2004 Posts: 67
|
Posted: Sat Jul 19, 2014 7:19 am Post subject: xbmc + systemd - anyone? |
|
|
Hi there,
does anyone use systemd and xbmc?
I wondered how to setup a service correctly to get xbmc running.
Code: |
nuc-tv systemd # cat /usr/lib/systemd/system/xbmc.service
[Unit]
Description = Starts instance of XBMC using xinit
After = remote-fs.target
[Service]
User = xbmc
Type = simple
ExecStart = /usr/bin/xbmc-standalone --no-test
[Install]
WantedBy = multi-user.target
|
|
|