diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-02-07 23:00:19 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-02-07 23:00:19 +0000 |
| commit | 36edc7828897254bed4ed802d3112974b0c882fd (patch) | |
| tree | 4cebf2bbfa2a5d268f479d6a4ee553ed7db59283 /openwrt/package/scanlogd/files/scanlogd.init | |
| parent | 592c60778f966f6aa1bdd581bc0ea51f5b857017 (diff) | |
| download | mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.zip mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.tar.gz mtk-20170518-36edc7828897254bed4ed802d3112974b0c882fd.tar.bz2 | |
Added scanlogd, thanks to Stephen Rose for his work
SVN-Revision: 3186
Diffstat (limited to 'openwrt/package/scanlogd/files/scanlogd.init')
| -rwxr-xr-x | openwrt/package/scanlogd/files/scanlogd.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/scanlogd/files/scanlogd.init b/openwrt/package/scanlogd/files/scanlogd.init new file mode 100755 index 0000000..762d55e --- /dev/null +++ b/openwrt/package/scanlogd/files/scanlogd.init @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p `grep "^scanlogd:" /etc/passwd | cut -d: -f6` +/usr/sbin/scanlogd |
