#!/bin/sh

nohup /usr/local/bin/ddns-go > /var/log/ddnsgo.log 2>&1 &
echo $! > /var/run/ddnsgo.pid
