mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
6 lines
92 B
Text
6 lines
92 B
Text
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
|
||
|
exec /opt/router/bin/radvd -C radvd.conf -d 1 -m stderr -p radvd.pid
|