Good afternoon everyone! I am trying to create an extension for 'at', but I can't figure out how to start the daemon as another user. It appears that the 'atd' daemon needs to be run by a user called 'daemon'. I tried doing:
sudo start-stop-daemon -u daemon -S -b -x /usr/local/sbin/atd
and then checking for an 'atd' running process - without success. Any thoughts on getting this to work? Am I over thinking this or missing something?
Thanks,
Dave