summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-04 21:08:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-04 21:08:21 (GMT)
commitb8720bdb424de5c45ba4ce605031f38de38febdf (patch)
tree2925c978e8bfdfcdf039298fa52a577a0eedf7f9 /abs/core/mythdb-initial/custom.sql
parentc23fd707e1cd4dd901a0ec5532aa0cbcecbd023e (diff)
downloadlinhes_pkgbuild-b8720bdb424de5c45ba4ce605031f38de38febdf.zip
linhes_pkgbuild-b8720bdb424de5c45ba4ce605031f38de38febdf.tar.gz
linhes_pkgbuild-b8720bdb424de5c45ba4ce605031f38de38febdf.tar.bz2
mythdb-initial: set start/stop commands for mythbackend
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index ddc99c7..7d582d0 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -75,7 +75,9 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
-('SecurityPin','0000','apheleia');
+('SecurityPin','0000','apheleia'),
+('BackendStopCommand','sudo sv stop mythbackend' ,'apheleia'),
+('BackendStartCommand','sudo sv start mythbackend' ,'apheleia');