We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a6f26 commit 31ef985Copy full SHA for 31ef985
1 file changed
README.md
@@ -132,9 +132,17 @@ If installed and using the init file, run with (Ubuntu example)
132
Starting at boot
133
----------------
134
**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:
+
+For systemd based init systems (Ubuntu 16.04+), the file mbpfan.service
+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
146
147
sudo cp mbpfan.upstart /etc/init/mbpfan.conf
148
sudo start mbpfan
0 commit comments