On 09/03/16 14:36, Chris Green wrote:
On Wed, Mar 09, 2016 at 02:18:36PM +0000, Jonathan McDowell wrote:
On Wed, Mar 09, 2016 at 02:10:51PM +0000, Chris Green wrote:
On Wed, Mar 09, 2016 at 12:43:07PM +0000, Mark Rogers wrote:
On the other hand, since the world and his dog seem to have gone to systemd, does anyone know how I should accomplish what I need in a systemd-native way?
... but has the RaspberryPi yet gone to systemd?
Raspbian is based on Debian and jessie uses systemd by default (though you can tell it to use sysvinit if you want). My fairly untouched Raspbian 8 install is using systemd.
Ah, my (kept up to date) Pi is on Raspbian 7, that still uses init.
Is there any upgrade path between Raspbian versions?
Append your code to the end of the text file /etc/rc.local That gets run on every boot.
Steve