diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-29 01:38:17 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-29 01:38:17 -0300 |
commit | c2d0259a9775af968bd7a58ff70f3666f1adfc6f (patch) | |
tree | 7aed48ba6f4f53ac5570b81bc4871960c9c0f59b /libre/xbmc-libre/xbmc.service | |
parent | 7a730e1daca10cdb90bd9f73da94bcfcd6c3953a (diff) | |
download | abslibre-c2d0259a9775af968bd7a58ff70f3666f1adfc6f.tar.gz abslibre-c2d0259a9775af968bd7a58ff70f3666f1adfc6f.tar.bz2 abslibre-c2d0259a9775af968bd7a58ff70f3666f1adfc6f.zip |
xbmc-libre: add new package to libre repo
Diffstat (limited to 'libre/xbmc-libre/xbmc.service')
-rw-r--r-- | libre/xbmc-libre/xbmc.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/xbmc-libre/xbmc.service b/libre/xbmc-libre/xbmc.service new file mode 100644 index 000000000..431582f1b --- /dev/null +++ b/libre/xbmc-libre/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 -nolisten tcp +Restart = always + +[Install] +WantedBy = multi-user.target |