Answers for "systemctl enable service"

0

systemctl enable service

# Unit file should be located at /etc/systemd/system/YourUnitFile.service
sudo systemctl enable YourUnitFile
sudo systemctl start YourUnitFile
Posted by: Guest on March-27-2022
0

systemctl enable service

# Unit file should be located at /etc/systemd/system/YourUnitFile.service
sudo systemctl enable YourUnitFile
sudo systemctl start YourUnitFile
Posted by: Guest on March-27-2022
0

systemctl enable service

# Unit file should be located at /etc/systemd/system/YourUnitFile.service
sudo systemctl enable YourUnitFile
sudo systemctl start YourUnitFile
Posted by: Guest on March-27-2022

Code answers related to "systemctl enable service"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language