6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
if [ -x /etc/init.d/rpcd ]; then
|
|
. /etc/init.d/rpcd
|
|
fi
|