File: mbpfan.service

package info (click to toggle)
mbpfan 2.4.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 360 kB
  • sloc: ansic: 1,916; sh: 144; makefile: 81
file content (14 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A fan manager daemon for MacBook Pro
After=sysinit.target

[Service]
Type=simple
ExecStart=/usr/sbin/mbpfan -f
ExecReload=/usr/bin/kill -HUP $MAINPID
PIDFile=/run/mbpfan.pid
Restart=always
RestartSec=1

[Install]
WantedBy=sysinit.target