summaryrefslogtreecommitdiff
path: root/community-staging
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
commit0ca20230bdd33f8e07d2da28bec74c5e685650e9 (patch)
tree6f09c1056210679c3dfe0c6534ffd6b2d0f7bf68 /community-staging
parentca8ab20a665411e312578954c85f1bd3913fc726 (diff)
parent9d209f25af63a35774000e87df4e188057f71b2f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mythtv/PKGBUILD community-staging/mythtv/mythbackend.rc community-staging/mythtv/mythtv.install community/sigil/PKGBUILD extra/pixman/PKGBUILD staging/vlc/PKGBUILD
Diffstat (limited to 'community-staging')
-rw-r--r--community-staging/mythtv/mythbackend.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/community-staging/mythtv/mythbackend.service b/community-staging/mythtv/mythbackend.service
new file mode 100644
index 000000000..9d92bd644
--- /dev/null
+++ b/community-staging/mythtv/mythbackend.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=MythTV Backend
+After=network.target mysqld.service
+
+[Service]
+Type=simple
+Environment=HOME=/var/lib/mythtv
+User=mythtv
+ExecStart=/usr/bin/mythbackend --daemon --logpath /var/log/mythtv
+
+[Install]
+WantedBy=multi-user.target