summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15runit-scripts: add supplemental-slave run fileJames Meyer1-0/+11
refs #881
2012-12-09runit-scripts: attempting to integrate plymouth a bit better. Mostly minor ↵James Meyer2-11/+16
changes to levels 1 and 3
2012-12-04runit-scripts: move folding_at_home scripts to runitscriptsJames Meyer2-0/+43
Configuration of FAH was moved to the run script so it no longer needs or uses config.xml However if /etc/fah-config.xml is present it will use it and skip using values from /etc/systemconfig refs #872
2012-12-01runit-scripts: on shutdown force remove of x:1James Meyer1-0/+5
2012-11-11runit-scripts: add exec to mythexpress and remyth. Without the exec sv ↵James Meyer2-2/+2
stop doesn't work
2012-11-07runit-scripts: if /service/mysql is present make the frontend wait on it ↵James Meyer1-0/+4
for 2 seconds. This ensures that the database will be ready by the time the FE starts. This only affects Master backends that run the FE
2012-11-06runit-scripts: added ldm run scriptJames Meyer1-0/+6
refs #866
2012-11-06runit-scripts: add avahi to mythbackend, mythexpress, remythJames Meyer3-0/+4
2012-11-05runit-scripts: added mythexpress and remythJames Meyer10-0/+19
refs #865 refs #863
2012-11-05runit-scripts: Add remyth serviceJames Meyer2-0/+15
refs #863
2012-11-01runit-scripts: added zoneminderJames Meyer9-9/+42
Added some svwait mysql for mythbackend and zoneminder added myth_run_status=1 for all other scripts that use /etc/profile refs #857
2012-10-29runit-scripts: make mythbackend wait on mysql. mysql must be up for at ↵James Meyer2-1/+9
least 5 seconds. mysql add a bash signal trap so that mysql will shut down correctly. Without this mysql ignores the term signal which makes it unique in the unix world.
2012-10-29runit-scripts: update mysql startup script for 5.5James Meyer1-1/+1
2012-10-09runitscripts: vnc service, change dir to vncsvc home dir . Without this ↵James Meyer1-0/+1
all xterms opened up within the vnc session started in /service/vnc
2012-10-05runit-scripts: ncid-server add support for NetcallerID also set speed to ↵James Meyer1-2/+7
4800 for all modem devices.
2012-09-27runit-scripts: mythbackend msg_deamon.James Meyer2-1/+7
mythbackend, add ability to read options from file /etc/conf.d/mythbackend MYTH_ARGS="-q --syslog local6" msg_deamon set DISPLAY=127.0.0.1
2012-09-23runit-scripts: nptd save hwclock when shutting down ntpdJames Meyer1-0/+7
2012-09-10xymon/runit scripts: moved from /data/srv/xymon to /home/xymon.James Meyer2-2/+2
This was done to preserve rrd's on upgrade
2012-09-03Merge remote-tracking branch 'origin/testing' into testingJames Meyer2-1/+6
# By Britney Fransen (10) and others # Via Britney Fransen * origin/testing: mythdb-initial: add MiscStatusScript value to initial db. refs #845. LinHES-system: remove dup .install keylaunch: update .keylaunchrc to run mythtv-setup as user rsyslog: increase log retention to 2 weeks runit-scripts: enable cron logging to syslog premake:initial inclusion. closes #801 libaacs-git:initial inclusion. closes #801 aacskeys:initial inclusion. closes #801 LinHES-system: Add scripts for misc status in MythWeb. closes #845. linhes-scripts: tweak myth2mkv. Update version to 0.25-004 dvb-firmware: add xc5000c firmware. change xc5000 modprobe options. closes #844 v4l-dvb: update to snapshot from 20120828. refs #844 LinHES-system: update myth_status.py to work with tuners in error. closes #843 curlftpfs: Initial Inclusion. linhes-scripts: minor changes to myth2mkv mythtv:Bumped to latest fixes. Added ./configure items to close #842. LinHES-config:7.4 rdt 9th anniversary release. Conflicts: abs/core/LinHES-config/LinHES-release abs/core/LinHES-config/PKGBUILD abs/core/LinHES-system/PKGBUILD abs/core/keylaunch/PKGBUILD abs/core/linhes-scripts/PKGBUILD abs/core/mythdb-initial/PKGBUILD abs/core/mythdb-initial/mc.sql abs/core/mythtv/stable-0.25/mythtv/PKGBUILD abs/core/runit-scripts/PKGBUILD
2012-08-25runit-scripts: make vnc service advertise via zeroconfJames Meyer2-4/+6
2012-08-25runit-scripts: added svc for vncJames Meyer2-0/+21
2012-08-23runitscripts: 1 ensure that /etc/systemconfig has the correct permissions. ↵James Meyer1-1/+4
This will be set on every boot.
2012-08-15runit-scripts: dbus frontendJames Meyer3-1/+12
dbus will now create dir if needed frontend..changed logging name
2012-05-12runit-scripts: add ncid-client, ncid-server, ncid-loggerJames Meyer3-0/+36
2012-05-10runit-scripts: remotes run: check /etc/runit/lirc.sh exists and is executableBritney Fransen1-1/+1
2012-05-04runit-scripts: remotes run: add support for /etc/runit/lirc.sh. refs #821Britney Fransen1-86/+100
2012-05-01runit-scripts: mythbackend:run: check mythtv version installed to start ↵Britney Fransen1-1/+6
mythbackend correctly
2012-04-24runit-scripts:James Meyer1-1/+1
- changed mythbackend logging to use syslog - as pre-upgrade run a chmod 755 on /etc/sv. This should get rid of the permissions difference error message. Note this is a one-time run
2012-04-24runit-scripts: remotes:run: fix cmds so runit controls correct command. refs#821Britney Fransen1-7/+8
2012-04-23runit-scripts: replace lircd with remotesBritney Fransen4-280/+87
2012-04-22runit-scripts: mythbackend set myth_run_status=1 so that myth_status isn't ↵James Meyer1-3/+4
run when this service is started.
2012-04-15runit-scripts: change mythbackend to use --logpathJames Meyer1-1/+1
2012-03-10runit-scripts: add remotes service. refs #821Britney Fransen2-0/+146
2012-03-06runit-scripts: lircd run: set protocol and keymap for imonBritney Fransen1-0/+1
2012-03-05runit-scripts: lircd run: oopsBritney Fransen1-0/+1
2012-03-05runit-scripts: lircd run: add imon cmd; move dvico locations; refs #651Britney Fransen1-2/+5
2012-02-28runit-scripts: chmod 755 rsyslog/runMichael Hanson1-0/+0
2012-01-26runit-scripts: change mythdroidMichael Hanson1-10/+3
2012-01-26runit-scripts: add back mythdroid scripts by mihanson.7.2James Meyer2-0/+25
2012-01-26runit-scripts: add mythdroid (reverse-merged from commit ↵James Meyer4-38/+17
776f600da45e3bd07de34509624b88d6081cd4da) runit-scripts: add mythdroid (reverse-merged from commit 9e3312aa14c7e94b95c6cceba4ae8a0610e272c7) Reverting the entire change because it introduces problems with mythbackend. Will add the mythdroid fix back in the next few commits.
2012-01-25runit-scripts: add mythdroidMichael Hanson4-17/+38
2012-01-22runit-scripts: mythbackend. Add add_storage --report to startup.James Meyer2-13/+17
This will print out a list of any new disks found refs #796
2012-01-17mergeJames Meyer1-2/+2
2011-12-27runit-scripts: add setfacl to runit 1 for /etc/systemconfig. This will ↵James Meyer1-0/+2
ensure that the permissions will be correct on every boot.
2011-12-07runit-scripts: additional scriptsJames Meyer9-83/+156
-certmaster -func -powermate -rsyslog -xymon
2011-11-04runit-scripts: remove portmapJames Meyer1-7/+0
2011-10-31runit-scripts: lircd run: remove ir-keytable. It was replaced by ↵Britney Fransen1-7/+1
in_kernel_support
2011-10-20runit-scripts: LIRC add call to in_kernel_supportJames Meyer2-8/+26
2011-09-01runit-scripts: Defined new print procedure for runit to use.James Meyer4-8/+17
Convert some scripts to use the new printhlr procedure. Cleanup of a couple scripts to stop spewing crap on the console.
2011-08-19runit-scripts: shut the hell up bluetoothdMichael Hanson1-1/+1