Tagged Questions
1
vote
0answers
23 views
Turn screen off when no motion in front of webcamera
Is it possible to automatic turn screen off when there is no motion detected in front of webcamera for X minutes ?
Can i use
sudo service motion start
and
xset dpms force on/off
somehow ...
5
votes
3answers
340 views
How to run a program as a service (silent)?
I have a python based server which i start from the terminal. This particular instance of the terminal then gives control to the program, and the program uses it as a kind of logging window, until its ...
2
votes
1answer
71 views
Needing guidance on making a simple daemon for unity notifications in a python app
I am making an app using pygtk, glade, and quickly and want to make a daemon that runs in the background to provide unity notifications for alarms and events. I would like to find a way to not require ...
1
vote
0answers
48 views
How to add a daemon to a quickly project [duplicate]
Possible Duplicate:
How do I add a daemon to my Quickly application?
Currently I'm developing an application with quickly which is divided in two parts:
A graphical UI where the user ...
10
votes
4answers
331 views
How do I add a daemon to my Quickly application?
I am building a app with quickly, and I wanted to add a daemon that will run in the background. How do you do this?
3
votes
1answer
131 views
How do I daemonify my daemon?
As part of the Ubuntu Accomplishments system I have a daemon that runs as well as a client that connects to it. The daemon is written in Python (using Twisted) and provides a dbus service and a means ...
5
votes
2answers
527 views
Upstart not executing the exec function in upstart.conf
I have a completed upstart conf file loaded here: http://pastebin.com/5E7J5jEY but I'm having trouble with the upstart not executing the exec function and/or relinquishing the kernel console CLI back ...