You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since debian and ubuntu use systemd the problem was its packages are no longer provides init.d scripts for starting and stopping services instead it provides systemd service files only. We need a workaround to convert systemd service files into init.d scripts for starting and stopping services on busybox init
The text was updated successfully, but these errors were encountered:
my first thought is to write an intervening script named systemctl.....then I thought "has someone else made a fake systemctl binary?" ... then i searched and found this https://github.com/kvaps/fake-systemd ... might be a place to start.
Since debian and ubuntu use systemd the problem was its packages are no longer provides init.d scripts for starting and stopping services instead it provides systemd service files only. We need a workaround to convert systemd service files into init.d scripts for starting and stopping services on busybox init
The text was updated successfully, but these errors were encountered: