![]() |
2013-04-26
, 19:54
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#2
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2013-05-02
, 15:47
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2012
|
#3
|
I'm struggling a bit with starting a python script at boot as 'user'. I found out that there should be a configuration file in /etc/init/apps, which I made.
I also tried
Then I though, "Hey, let's just start it as root and setuid() our way to the normal user id."
Oh, and apparently root can't kill the processes started by nobody either.