diff --git a/etc/event.d/rpc b/etc/event.d/rpc new file mode 100644 index 0000000..46b7799 --- /dev/null +++ b/etc/event.d/rpc @@ -0,0 +1,12 @@ +# rc - runlevel compatibility +# +# This task guesses what the "default runlevel" should be and starts the +# appropriate script. + +start on started ifup +stop on stopping ifup + +console logged + +exec /usr/sbin/portmap -f +respawn