Replacement for rc.local
rc.local is a very convenient method of firing off a process when the system is booted. It is being phased out. To replace it you can do the following: create a file named /usr/lib/systemd/system/StartupService.serviceĀ [Service] Type=forking TimeoutSec=0 RemainAfterExit=yes ExecStart=/usr/local/sbin/StartupScript … Continue reading →