VERY simple Launchd plist not running my script

前端 未结 3 1581
Happy的楠姐
Happy的楠姐 2020-12-23 18:16

I\'m trying to figure out why my launchd script is not working. It is extremely simple, but I am new to the mac environment and trying to get accustomed. Here\'s my plist. I

3条回答
  •  [愿得一人]
    2020-12-23 18:32

    To make your script run automatically when you call launchctl load, you need to add :-

    RunAtLoad
    
    

    Alternatively you could use :-

    launchctl start com.tomcat.plist
    

提交回复
热议问题