You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Use nssm to set the app restart period to 10s if it crashes for some reason.
"%~dp0bin\nssm.exe" set SuperSimpleDynamicDNSUpdater AppRestartDelay 10000
REM Use nssm to set service decription.
"%~dp0bin\nssm.exe" set SuperSimpleDynamicDNSUpdater Description "Works with a list of URL's in a text file and uses wget to set the updated ip for services that supports such methods for updates."
REM Use nssm to set service display name.
"%~dp0bin\nssm.exe" set SuperSimpleDynamicDNSUpdater DisplayName "Super Simple Dynamic DNS Updater"