Search found 1 match
- Tue Oct 06, 2015 1:31 pm
- Forum: Raspberry Pi OS
- Topic: Jessie: How to run a script AFTER boot is done?
- Replies: 37
- Views: 21813
Re: Jessie: How to run a script AFTER boot is done?
@hippie Thank you for your contribution on systemd on Raspbian Jessie. :) I could not do the usual automatic startup at boot after installing Jessie from Wheezy. The normal crontab -e @boot /home/user21/ovpns/pi_openvpn_server did not work anymore. I tried /etc/init.d and systemd, but to no avail. A...