mirror of https://github.com/dirtbags/moth.git
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
|
||
|
exec /opt/router/bin/radvd -C radvd.conf -d 1 -m stderr -p radvd.pid
|