systemd-sysv-convert
system and service manager - SysV links
Install
- All systems
-
curl cmd.cat/systemd-sysv-convert.sh
- Debian
-
apt-get install systemd-sysv
- Ubuntu
-
apt-get install systemd-sysv
- Kali Linux
-
apt-get install systemd-sysv
- CentOS
-
yum install systemd-sysv
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install systemd-sysv
- Raspbian
-
apt-get install systemd-sysv
- Dockerfile
- dockerfile.run/systemd-sysv-convert
systemd-sysv
system and service manager - SysV links
systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. systemd is compatible with SysV and LSB init scripts and can work as a drop-in replacement for sysvinit. This package provides the manual pages and links needed for systemd to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a link to systemd.