Skip to content

Commit 33e9363

Browse files
evjangaul
authored andcommitted
Removed redundant systemd instructions
There were 3 sections giving advice on how to set up systemd. Removed 2 of them. The first one under the Ubuntu header was incomplete, it didn't start the service immediately. The 3rd one was already mentioned in the 2nd section.
1 parent 237eae7 commit 33e9363

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,7 @@ If installed and using the init file, run with (Ubuntu example)
174174

175175
**Ubuntu**
176176

177-
For systemd based init systems (Ubuntu 16.04+), the file mbpfan.service
178-
has been provided.
179-
For using it, execute:
180-
181-
sudo cp mbpfan.service /etc/systemd/system/
182-
sudo systemctl enable mbpfan.service
183-
177+
For systemd based init systems (Ubuntu 16.04+), see the systemd section below.
184178

185179
For upstart based init systems (Ubuntu before 16.04), an example upstart job has been provided.
186180
For using it, execute:
@@ -222,11 +216,6 @@ execute the following (as root):
222216
sudo systemctl daemon-reload
223217
sudo systemctl start mbpfan.service
224218

225-
To start the service automatically at boot, also execute the following:
226-
227-
sudo systemctl enable mbpfan.service
228-
229-
230219
## Usage
231220

232221
Usage: ./mbpfan OPTION(S)

0 commit comments

Comments
 (0)