Launchd is a process management daemon, similar to "init". It is commonly used on Darwin-based systems.

learn more… | top users | synonyms

1
vote
1answer
25 views

Failure to run terminal-notifier (Ruby app) from a Launch Agent in OSX. Environment variable problems?

I'd like to periodically pop up a notification (I have a "current task" I'd like to display, in a Pomodoro style app). I am attempting to use a user Launch Agent to schedule the task, which works ...
1
vote
1answer
19 views

Running a Shell Script on Shutdown via launchd

Since startup items and rc commands are both deprecated (and in many cases not working at all) on OS X in favour of launchd, I'd like to find out what the correct way would be to setup a shell script ...
0
votes
0answers
27 views

RVM, Passenger Standalone, Mac OS X, and launchd, was able to source my env before OS X 10.7.5 update

I already posted this on serverfault but perhaps that was the wrong place since there was no response.... In the past (March 2013) I was able to run this plist file and source my .bash_profile to get ...
0
votes
1answer
52 views

Inside shell script: write Python output to file works from terminal, “Input stream is empty” when running from launchd

I wrote a short shell script to write the contents of an Evernote note to a file with Geeknote, which runs under python: #!/bin/bash /usr/bin/python /Users/me/Git/geeknote/geeknote.py find --search ...
2
votes
1answer
56 views

How can I pass the name of the file that was changed in launchd?

I am trying to watch a directory for changes via launchd. My plist file looks like this: <key>ProgramArguments</key> <array> <string>/Users/myname/bin/boink</string> ...
0
votes
0answers
26 views

LaunchAgent not launched

I'm using SIMBL in one of my product and run into the problem that the LaunchAgent was not launched on some customer systems. It could be that the problem started with Mac OS X 10.8.3. ...
1
vote
1answer
23 views

cannot get real hostname when launching shell script at boot with launchd

I'm trying to run a shell script at boot with launchd, via a plist file in /Library/LaunchDaemons (on 10.8.x, if that matters): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC ...
1
vote
1answer
51 views

Clean up LaunchAgents on Uninstall

I have a LaunchAgent in my Mac OSX app. How do I clean up the Launch Agent plist file when a User drags my app into the trash to uninstall? Can I make a symbolic link to a plist file in my bundle or ...
1
vote
0answers
71 views

Launchd script running but output is missing (Exited with code: 2)

I am trying to execute a script about every minute using launchd I added a new launchd job plist that looks like this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC ...
0
votes
1answer
68 views

perl script run from inside launchd failing with “No such file or directory” for 'system' commands

I've got a perl script (which is actually run successfully on Linux & Windows as well) that I'm trying to run via launchd on OSX-10.8.3. I'm fairly inexperienced in writing plist files, so I'm ...
1
vote
1answer
26 views

Using launchctl in from NSTask

I want to execute launchctl from application. For that I am using following code, NSTask *task; task = [[NSTask alloc] init]; [task setLaunchPath: @"/bin/launchctl"]; NSArray *arguments; arguments ...
1
vote
0answers
32 views

Can't see stderr when running via launchd

I am running a python program using launchd. In my plist file I have set it up to redirect stdout and stderr to files that I am closely monitoring. The stdout file is getting the output as expected, ...
0
votes
1answer
43 views

Mac 10.8 + Python Scripts: How best to control the python architecture in scheduling?

I have written a python script that queries cx_Oracle and processes the results. Now I'm ready to schedule it on my mac OS10.8 using launchd. As you may know, cx_Oracle on this mac OS requires ...
1
vote
1answer
60 views

pandoc via launchd — getting error: "pdflatex not found. pdflatex is needed for pdf output

I am trying to generate a pdf document from a markdown document every 90 seconds. I have set up a task in launchd to handle this for me. Unfortunately, I am getting an error announcing that pdflatex ...
0
votes
1answer
32 views

Daemon isn't loaded with SMJobSubmit objective C

I want to write a program which load a daemon with SMJobSubmit() API Here's my code : int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; ...
0
votes
2answers
59 views

Launchctl minimal working example with Python

I'd like to run a python script every minute using launchd. My plist file looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" ...
0
votes
0answers
30 views

launchd error failed to check-in

I am trying to troubleshoot whether a software or hardware is causing my MacBook Pro to behave erratically. Several errors that have repeatedly appeared include: com.apple.launchd.peruser.501[89] ...
1
vote
1answer
55 views

Managing software updates for daemons — ensuring they are not running

I have a general question regarding the right way to do software updates on OS X. My application runs two daemons, both as root. One of the daemons can download the software update package from the ...
1
vote
0answers
51 views

Mac OS X: In Objective-C or C, how to unload (stop) a LaunchDaemon managed by launched

I would like to know how to write Objective-C or C code to unload (stop) a LaunchDaemon. The LaunchDaemon that I want to unload is running as root user. My question is basically the same as this one: ...
0
votes
2answers
85 views

PHP Fast CGI on mac osx - phpfcgi.plist not runing by load, not runing by reboot neither

I have loaded phpcgi.plist but php-fastcgi is not runing. The plist file is: Michaels-MacBook-Pro:~ michael$ ll com* -rwxr--r-- 1 michael admin 664 4 7 13:40 com.phpfcgi.plist* The plist ...
1
vote
1answer
391 views

launchd Job failed to exec(3) for weird reason: 8

I'm trying to schedule a simple task in OS X Mountain Lion 10.8.3 launchctl start nextstopsun.helloworld command doesn't execute the script and throws a message to a console 4/2/13 9:50:49.663 PM ...
0
votes
1answer
50 views

Run Method everyday at certain time

I am writing a menu bar application, I need to run a method every day at a certian time. I would like it to run even if the user is not logged in. I know I need to create a helper tool registering it ...
1
vote
1answer
18 views

stopping LaunchAgent when uninstalling package

I build an app which provides LaunchAgent (an small UI app with "tray" icon; let's say that defined in /Library/LaunchAgents/foo.plist. When installing package launchctl loads this LaunchAgent ...
2
votes
2answers
162 views

jenkins on Mac, PATH is not set right, no /usr/local/bin

I recently installed Jenkins, using Homebrew. I also installed Mercurial using Homebrew. I can successfully clone an hg repo just fine - from Terminal. But if I try and do the same thing as part of a ...
0
votes
1answer
260 views

Running Python Script with Launchd: imports not found

I've been trying to set up a script to run a python program at regular intervals using launchd. The python program fails because it can't find my imports---I know this because I caught the errors in a ...
0
votes
0answers
51 views

launchd incorrectly runs job every minute

EDIT: Solved! Had an extra '>' after each "Minute" in the XML. Thanks Dikei. I am trying to set up a python script to be run 3 times a day, at 1AM, 9AM and 7PM. I was going to use cron, which was ...
2
votes
3answers
84 views

MacOsX: Launching an app using NSWorkspace from a daemon doesn't work if the daemon is run as root

I created a Command Line Tool app using Xcode. In that app, I used NSWorkspace to launch another application bundle (.app) as suggested here. MacOsX: How to launch an application (.app) from a ...
2
votes
0answers
98 views

launching a user-context application by root-daemon on demand

I'm a noob to objective c and I have a daemon code that runs as root (system-wide application) and communicates with a server. Every once in a while, the server will command that root app to fire up ...
0
votes
1answer
61 views

LaunchEvents key unrecognized in launchd plist (detecting USB device)

I want to launch a specific app when a USB device is plugged in to a Mac OS X system. I've followed the recipe given in this SO post. But it appears the LaunchEvents key is not recognized: When I ...
1
vote
0answers
39 views

Multi-user global application on MAC OS X

Let's say that I have a service running on a MAC computer with the following reauirements: The service must be available even if there are no users logged in. From start to halt of the computer. ...
3
votes
2answers
43 views

Converting cron to launchd - MAILTO

Migrating from an old mac to a new one. Trying to migrate the user crontab I had on the old mac. Now I know I can probably get cron to run by creating /etc/crontab - but given that apple has ...
2
votes
1answer
55 views

How to handle multiple instance on fast user switching?

I have a LaunchAgent application, which is launched when ever the user logs in to the system. The LaunchAgent file is in /Library/LaunchAgents so the app launches for all users who log in to the ...
0
votes
1answer
32 views

How scalable is launchd?

I'm contemplating implementing launchd to watch a file structure on my computer. Using watchpaths to tell whether or not one of these directories changes, though I will need to create a new property ...
2
votes
1answer
87 views

Launch cocoa application for all users during login

I want to launch myapp.app during login time and it should work for all users. I tried with osascript which launch only for a user who run that command . /usr/bin/osascript -e "tell application ...
1
vote
1answer
79 views

OS X LaunchAgent WatchPaths does not work, have a PID and no error message

I wrote a small LaunchAgent to watch a folder for changes and trigger a shell script in case of change : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC -//Apple Computer//DTD ...
0
votes
1answer
132 views

(Evasi0n JB) iOS 6 launchd change in syntax?

Is there any change in the syntax of the launchd (LaunchDaemons) files from iOS 5.x to iOS 6.1? I tried to install somethingfrom my iOS 5.1 iPhone4s to the iPhone5 (running iOS 6.1 JB with Evasi0n) ...
0
votes
0answers
123 views

OSX - launchd C deamon not getting SIGTERM on shutdown

I have a very simple Daemon here running as root from /Library/LaunchDaemons, this is the plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" ...
3
votes
1answer
57 views

Opening an OS X disk image with a launchd agent while the display is sleeping

I created a launchd agent which opens a non-password-protected sparse disk image (and mounts its solitary volume) daily at 2:45AM in preparation for backup software to write to the volume. The launchd ...
1
vote
1answer
285 views

launchd: WatchPaths will not trigger simple “hello world” script (OS X 10.8)

having a strange issue here. I have ~/Library/LaunchAgents/com.me.helloworld.plist with the following contents: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD ...
0
votes
1answer
90 views

Cannot start script with launchd [closed]

I tried searching for a solution here and googling, but no luck so far. I'm trying to start a backup script with launchd on my iMac, but I cannot manage to have it working. I created my plist script ...
0
votes
0answers
83 views

launchd Agent or daemon sample code?

All: Are there some sample code on this? The offical PreloginItems and SampleD sample seems not meet my require. My question here are: I need to capture logoff or restart or shutdown, it seems ...
2
votes
1answer
132 views

launchd.plist runs every 10 seconds instead of just once

I have been setting up a launchd.plist XML that is run every time a specific USB device is mounted. I followed the instructions on the xpc_events(3) man page and it is running the application whenever ...
0
votes
0answers
132 views

How to install CouchDB offline on OS X as a LaunchDaemon

How can I run the CouchDB application bundle binaries as a LaunchDaemon? I can run the binary as a local user but when I run the bundled binary as the couchdb user but I get this error: sh-3.2$ ...
0
votes
0answers
48 views

Where are setenv variables stored on MacOSX [closed]

I have a very simple question. After reading all the threads about how to set environment variables on MacOSX I managed to obtain what I wanted. Problem is that as a test I did something like this at ...
0
votes
0answers
100 views

Launchctl / Launchd not starting process [closed]

I am a bit unsure on launch Daemons. I want to start my bridge server when my computer starts up. In terminal to start the process I would type sudo ~/.bridge/server start so I wrote a .plist and ...
0
votes
1answer
123 views

OSX, shutting launchd daemon down and network is not available

We have launchd daemon which should be running forever and be started as soon as system is booted, therefore in its plist we say: <key>KeepAlive</key> <true/> Everything is OK ...
0
votes
0answers
131 views

Terminate a Launchd-launched Privileged Helper

My app (Cocoa) includes a privileged helper tool (C) that's installed using SMJobBless, modeled after the SMJobBlessXPC sample code by Nathan de Vries. It successfully launches on a connection attempt ...
2
votes
0answers
87 views

Scheduling app to open after 45. days using launchd

i'm making a launchd plist to open certain app after 45. days, however I'm stuck at Day and wondering why cron isn't supported anymore. Also would like to know if it is possible to restart ...
3
votes
1answer
92 views

Osascript - syntax error when run from daemon (LiveCode app)

I have a LiveCode app that, as part of a larger purpose, checks to see what the name of the "frontmost" application (i.e. the name in the menu bar). I am having LiveCode run this through the shell: ...
1
vote
1answer
82 views

launchd plist launching at startup but not supposed to

Like it says on the tin, I've a launch script that is supposed to fire at 1.20 AM but seems to be firing shortly after the user logs in instead. Can anyone see what I've done wrong? Is is the way ...

1 2 3 4 5