Linux’s init system
Install
Sudo pacman -S systemd
Systemctl
Software to configure the system’s OS Service that run at startup.
systemctl enable service
to enable autostart of the servicesystemctl disable service
systemctl start service
runs the servicesystemctl restart service