Skip to content

Instantly share code, notes, and snippets.

@mhofman
mhofman / services-start
Last active January 25, 2025 07:06
syslog-ng on AsusWRT Merlin
#!/bin/sh
alias log="logger -p user.info -t services-start"
RC='/opt/etc/init.d/rc.unslung'
i=30
until [ -x "$RC" ] ; do
i=$(($i-1))
if [ "$i" -lt 1 ] ; then
log Could not start Entware