woof-CE icon indicating copy to clipboard operation
woof-CE copied to clipboard

systemd service files problem on debian or ubuntu packages

Open rizalmart opened this issue 1 year ago • 1 comments

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

rizalmart avatar Mar 26 '23 08:03 rizalmart

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.

cou645 avatar Apr 01 '23 21:04 cou645