rename systemcl to systemctl

http://boswatch.de/index.php?thread/4-version-2-2-1/&postID=31#post31
This commit is contained in:
Bastian Schroll 2017-09-30 15:56:10 +02:00 committed by GitHub
parent 45f4887163
commit 0774a58193

View file

@ -10,8 +10,8 @@ Enter the frequency and the decoder(s) you want to use in line 7; you can add mo
### Install the service
1. Copy the file to /lib/systemd/system: sudo cp /opt/boswatch/service/boswatch.service /lib/systemd/system/
2. Change the rights: sudo chmod 644 /lib/systemd/system/boswatch.service
3. Enable the service: sudo systemcl enable boswatch.service
4. Start the service: sudo systemcl start boswatch.service
3. Enable the service: sudo systemctl enable boswatch.service
4. Start the service: sudo systemctl start boswatch.service
---