Go to file
kayos@tcp.direct 635b62cf9f
Some checks failed
test / build (push) Has been cancelled
Fix build names
2024-06-07 03:47:11 -07:00
.github/workflows Fix build names 2024-06-07 03:47:11 -07:00
.gitignore a savior is born 2024-06-07 03:32:09 -07:00
go.mod a savior is born 2024-06-07 03:32:09 -07:00
go.sum a savior is born 2024-06-07 03:32:09 -07:00
LICENSE add LICENSE 2024-06-07 03:33:26 -07:00
main_test.go a savior is born 2024-06-07 03:32:09 -07:00
main.go a savior is born 2024-06-07 03:32:09 -07:00
README.md Update README.md 2024-06-07 03:40:46 -07:00

rcfix

deprecates broken rc.d files after they fall from grace by converting systemd unit definitions to system 5 services (sysVinit init scripts)

fix your broken systems today, uninstall systemd.

Usage

you have two ways to save these sad, sad, broken services.

method 1: stdio

cat poor.service | ./rcfix > perfectangle.sh

method 2: files

./rcfix poor.service perfectangle.sh


Automatic Builds