diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 14:14:55 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 14:14:55 (GMT) |
commit | dbfd9598e7acac8ad2ad8b9501859d07a51ae4e6 (patch) | |
tree | 287500a36ea7e54d1d0ce9e623d0267c157b82c3 /abs/extra-testing/community/athcool/finish | |
parent | 24bf31183a714449ee1ae6d93283722ae4f55e6d (diff) | |
download | linhes_pkgbuild-dbfd9598e7acac8ad2ad8b9501859d07a51ae4e6.zip linhes_pkgbuild-dbfd9598e7acac8ad2ad8b9501859d07a51ae4e6.tar.gz linhes_pkgbuild-dbfd9598e7acac8ad2ad8b9501859d07a51ae4e6.tar.bz2 |
Temp fix for athcool and runit. This adds the finish file to stop the athcool service after running once.
Athcool does not like my system, so this is untested.
Diffstat (limited to 'abs/extra-testing/community/athcool/finish')
-rwxr-xr-x | abs/extra-testing/community/athcool/finish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra-testing/community/athcool/finish b/abs/extra-testing/community/athcool/finish new file mode 100755 index 0000000..cae6b1b --- /dev/null +++ b/abs/extra-testing/community/athcool/finish @@ -0,0 +1,3 @@ +#!/bin/bash +exec 2>&1 +sv down athcool |