I found a script while searching that goes something like this:
textfile.sh in /usr/local/etc/rc.d and
written to /etc/rc.conf. It is designed to create an empty text file on the GNOME desktop, and it never fails during each boot.
My question is, how would we do the same to make this simple script run only after login, and not at boot time?
textfile.sh in /usr/local/etc/rc.d and
Code:
textfile_enable=”YES”
My question is, how would we do the same to make this simple script run only after login, and not at boot time?