diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-09 23:00:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-09 23:00:57 (GMT) |
commit | fc357b029363755a1a75e05700701265134e71d6 (patch) | |
tree | 3934ade5d8c8e32875cdc18cd536359de9c62532 /abs/core/runit-scripts/runitscripts/services/frontend | |
parent | 23b63734b90bb8c37d88673383002cbd210cdc99 (diff) | |
parent | efb028d99b56e06e48dfc3d762e9d699ee1f24b7 (diff) | |
download | linhes_pkgbuild-fc357b029363755a1a75e05700701265134e71d6.zip linhes_pkgbuild-fc357b029363755a1a75e05700701265134e71d6.tar.gz linhes_pkgbuild-fc357b029363755a1a75e05700701265134e71d6.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/frontend')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/frontend/log/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/log/run b/abs/core/runit-scripts/runitscripts/services/frontend/log/run index 801eaf2..bd431b2 100755 --- a/abs/core/runit-scripts/runitscripts/services/frontend/log/run +++ b/abs/core/runit-scripts/runitscripts/services/frontend/log/run @@ -1,5 +1,5 @@ #!/bin/sh exec 2>&1 . /etc/systemconfig - /usr/bin/logger -p local6.info -t frontend + /usr/bin/logger -t frontend |