diff options
Diffstat (limited to 'community-testing/xbmc/xbmc.service')
-rw-r--r-- | community-testing/xbmc/xbmc.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/xbmc/xbmc.service b/community-testing/xbmc/xbmc.service new file mode 100644 index 000000000..b66e35c80 --- /dev/null +++ b/community-testing/xbmc/xbmc.service @@ -0,0 +1,13 @@ +[Unit] +Description = Starts instance of XBMC using xinit +After = remote-fs.target + +[Service] +User = xbmc +Group = xbmc +Type = simple +ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 +Restart = on-failure + +[Install] +WantedBy = multi-user.target |