We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd04d5 commit 7981306Copy full SHA for 7981306
README.md
@@ -223,6 +223,13 @@ execute the following (as root):
223
sudo systemctl daemon-reload
224
sudo systemctl start mbpfan.service
225
226
+**dinit**
227
+A [dinit](https://github.com/davmac314/dinit) service definition is also included. To use it, execute the following:
228
+
229
+ sudo cp mbpfan.dinit /etc/dinit.d/mbpfan
230
+ sudo dinitctl enable mbpfan
231
+ sudo dinitctl start mbpfan
232
233
## Usage
234
235
Usage: ./mbpfan OPTION(S)
mbpfan.dinit
@@ -0,0 +1,7 @@
1
+type = bgprocess
2
+command = /usr/bin/mbpfan
3
+restart = true
4
+logfile = /var/log/dinit/mbpfan.log
5
+waits-for = loginready
6
+pid-file = /var/run/mbpfan.pid
7
0 commit comments