|
run command as normal user at boot time
Hi. I'd like to run a command (send to myself an email with reminders for the day) at boottime. However, the command should be run as a normal user.
The first option to do this is to put it at /etc/rc.d/rc.local, but this requires root access. I'm looking for something similar to the @reboot feature of vixie cron (without being forced to replace dillon's cron with it)
Thanks,
|