update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
[openwrt.git] / package / scanlogd / files / scanlogd.init
1 #!/bin/sh
2 mkdir -p `grep "^scanlogd:" /etc/passwd | cut -d: -f6`
3 /usr/sbin/scanlogd
This page took 0.045644 seconds and 5 git commands to generate.