nah, ini jawabannya :
Make sure /etc/rc.local is executable and that the script it calls is also executable.
$ ls -l /etc/rc.localMake sure rc.local has a shebang line (which is the default):
-rwxr-xr-x 1 root root 419 2010-08-27 11:26 /etc/rc.local
$ head -n1 /etc/rc.localsetelah dicoba, alhamdulillah cukup manjur.
#!/bin/sh -e
diambil dari sini
Tidak ada komentar:
Posting Komentar