Tagged Questions
0
votes
1answer
46 views
Emit upstart events as regular user
I want to create a situation where something unprivileged user does (via SSH) triggers an event that causes an upstart job do perform some action. The activities rely on filesystem changes, so I ...
2
votes
2answers
513 views
Start/Stop Service when User logs in/out
I have a system user that is dedicated to my work. At work I need postgres, however I don't need it anywhere else. Is there a way to start the postgres service when the user logs in and stop it when i ...
0
votes
1answer
308 views
Can Windows 7 service control command recognise username with localhost domain?
I have set up a new user called MY_SERVUSER on a Windows 7 via computer management on a computer that is not on a domain. I have a script that sets up our service to start as that user that used to ...
2
votes
0answers
506 views
UIDs for service users in Mac OS X
Some third-party servers should be run under a special user for security reasons (eg, PostgreSQL is typically run by "postgres"). Of course, these service users should not show up in the Mac OS X ...
1
vote
2answers
2k views
Managing service accounts in an RPM spec
I've been given a partially-complete RPM spec for a service we're writing. It gets as far as making the required directories, copying files, setting permissions, etc., but it doesn't make the ...
0
votes
1answer
634 views
Windows service fails to start with custom user until started once with local user
All of a sudden my Windows service application after installation does not start. (Some services stop automatically if they have no work to do.)
The service uses a custom user. If I change the ...