You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rosscournoyer602 you are right. However there are errors when issuing service fake2.service start with the following content in the /etc/init.d/fake2.service which is on the pdf lab mannual:
[Unit]
Description=fake2
After=network.target
[Service]
ExecStart=/bin/echo I am starting the fake2 service
ExecStop=/bin/echo I am stopping the fake2 service
[Install]
WantedBy=multi-user.target
The error is like:
/etc/init.d/fake2.service: 1: /etc/init.d/fake2.service: [Unit]: not found
by command
systemctl
can't be found and can't be installed bysudo apt-get install systemctl
.https://lms.360training.com/scorm/linuxfoundation/LFS201/Lab%204.2.pdf
The text was updated successfully, but these errors were encountered: