Ask a Question related to Mac Programming, Design and Development.
-
Jorge #1
Launching an application as root from a daemon
Hello,
I've created a daemon (for Mac OS X) which run at startup perfectly.
My daemon just is observing login events, when it detects a user
login, launches a CarbonLib application (built as a Background-only
app). Everything works fine, at user login, I open the Process Viewer
and I can see both processes running.
My daemon process is owned by root, but my BOA is owned by current
user. I need both processes to run owned by the root user. Inside my
daemon (which links against CoreServices framework) I have write this
to open the BOA :
system("open /Library/Application Suport/myApp/myBOAApp");
How can I open this application owned by root?
Thanks in advance ...
Jorge Guest
-
Web content root ?= CF application root?
Are there any benefits to using a web content root that differs from the CF application root of (on Windows)... -
Launching a application from a web services
This is because the web service is running in the background (opposed to your win forms app which is running in interactive mode). So by default you... -
Shell_exec() [ or what else? ] to kill root-started FTP daemon
Hello. I am trying to restart my FTP daemon by killing it and then starting it using the shell_exec() function: shell_exec('kill '.$pid );... -
XDMCP application launching...
This is probably off-topic, but can't really find a newsgroup this may be appropriate to. I'm wanting to integrate many of the apps on my Linux... -
Launching Visual Explain from an external application
Background.... I am setting up a process in which I am storing explain plan data (from OS/390) into a DB2/UDB (Windows) database. (We are...



Reply With Quote

