Skip to content

Commit 31ef985

Browse files
committed
[Fix #77] added Upstart instructions in README
1 parent 68a6f26 commit 31ef985

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,17 @@ If installed and using the init file, run with (Ubuntu example)
132132
Starting at boot
133133
----------------
134134
**Ubuntu**
135-
For upstart based init systems (Ubuntu), an example upstart job has been
136-
provided for use in place of the LSB-style init script.
137-
To use, execute:
135+
136+
For systemd based init systems (Ubuntu 16.04+), the file mbpfan.service
137+
has been provided.
138+
For using it, execute:
139+
140+
sudo cp mbpfan.service /etc/systemd/system/
141+
sudo systemctl enable mbpfan.service
142+
143+
144+
For upstart based init systems (Ubuntu before 16.04), an example upstart job has been provided.
145+
For using it, execute:
138146

139147
sudo cp mbpfan.upstart /etc/init/mbpfan.conf
140148
sudo start mbpfan

0 commit comments

Comments
 (0)