diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 00:05:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 00:05:33 (GMT) |
commit | c8dd80dc0fe74666b82dc52c677d2fddb97399ea (patch) | |
tree | 91ea035c0a541610bd58fe18eb4656ab6dd2157a /abs/core-testing/runit-scripts/runit.install | |
parent | 1246849ad94dd58baf57430ee826dcde25e753d6 (diff) | |
download | linhes_pkgbuild-c8dd80dc0fe74666b82dc52c677d2fddb97399ea.zip linhes_pkgbuild-c8dd80dc0fe74666b82dc52c677d2fddb97399ea.tar.gz linhes_pkgbuild-c8dd80dc0fe74666b82dc52c677d2fddb97399ea.tar.bz2 |
have syslog-ng start on boot
Diffstat (limited to 'abs/core-testing/runit-scripts/runit.install')
-rwxr-xr-x | abs/core-testing/runit-scripts/runit.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/runit.install b/abs/core-testing/runit-scripts/runit.install index 4652368..5224d70 100755 --- a/abs/core-testing/runit-scripts/runit.install +++ b/abs/core-testing/runit-scripts/runit.install @@ -24,7 +24,7 @@ post_install () { mkdir /var/service ln -s /etc/sv/tty* /var/service - servicelist="acpid cron frontend lircd ntpd alsa-utils avahi dbus portmap sshd" + servicelist="acpid cron frontend lircd ntpd alsa-utils avahi dbus portmap sshd syslog-ng" for i in $servicelist do ln -s /etc/sv/$i /var/service/$i |