diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-26 09:49:59 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-26 09:49:59 +0000 |
commit | 28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb (patch) | |
tree | 1e20a8fd262efc828d0a97920bdb2d7d81aa0820 /debian/sitesummary-client.init | |
parent | d4eb01b361e7910a2e64346665dffeda2f8d76be (diff) | |
download | sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.gz sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.bz2 sitesummary-28c12356ac2e3c2578dc0b330ed6bb1245a8eeeb.tar.xz |
The system is now operational.
Diffstat (limited to 'debian/sitesummary-client.init')
-rw-r--r-- | debian/sitesummary-client.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init index 77b5906..3d42d7e 100644 --- a/debian/sitesummary-client.init +++ b/debian/sitesummary-client.init @@ -19,7 +19,7 @@ test -x $CLIENT || exit 0 case "$1" in start) - ( sleep 300 ; nice $CLIENT ) & + ( sleep 300 ; nice $CLIENT ) < /dev/null > /dev/null 2>&1 & ;; stop|reload|force-reload|restart) ;; |