Comment 5 for bug 1058883

Revision history for this message
Jeroen Massar (massar) wrote : Re: start-on conditions in Upstart script prevent aiccu from restarting during resume from suspend

> I found the file
`/etc/pm/sleep.d/60aiccu`. This appears to be the offending line:
>
> $P6 -I $INT -c 1 f.root-servers.net >/dev/null 2>&1 || invoke-rc.d aiccu
restart

And the million dollar prize question becomes: why is there a restart there?

> If I comment out the offending line and use the package's original Upstart
> script (with the local-filesystem condition intact), the sixxs interface is
> still present on resume.

Always good to know that the unmodified version works fine ;)