Actually you can just use systemctl to enable it.acecombat2 wrote: Sun Jan 19, 2020 10:17 am If I understood correctly, following dolphin_oracle instruction automatically the script will run as part of systemd boot sequence?
I saved your script to /etc/init.d/vbox and made it executable then:
Code: Select all
empty@mx:~
$ sudo systemctl enable --now vbox
vbox.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable vbox
empty@mx:~
$ systemctl is-enabled vbox
vbox.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install is-enabled vbox
enabled
empty@mx:~
$