<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 1, 2016 at 11:43 PM, James Linder <span dir="ltr">&lt;<a href="mailto:jam@tigger.ws" target="_blank">jam@tigger.ws</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1lv" class="a3s aXjCH m157837d90bfd0d64">I’m trying to run a rc.local at start up<br>
I created a launchdaemon</div></blockquote></div><br>Did you load it? In 10.5 the keys in the launchd plist were sufficient, but this made per-user launchd config difficult; later versions store the &quot;enabled&quot; bit in per-uid databases (including for root) and require you to manipulate that database:</div><div class="gmail_extra"><br></div><div class="gmail_extra">    launchd load -w /Library/LaunchDaemons/local.startup.plist</div><div class="gmail_extra"><br></div><div class="gmail_extra">The -w is what updates the database so it will load on subsequent boots.<br><br>I&#39;ve created several local launchd plists that way, and they work as long as I have specified any dependencies properly (i.e. making sure any needed subsystems are running; the only one that comes to mind for yours is probably diskarbitrationd, but I don&#39;t know offhand how you specify a dependency on it).<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>