add systemd service file

This commit is contained in:
Tim Connors 2020-02-08 15:47:12 +11:00
parent 320f489649
commit 6f4ca6bbf9

View file

@ -0,0 +1,11 @@
[Unit]
Description=Dell Poweredge Fan Control Daemon
[Service]
ExecStart=/usr/local/bin/fan-speed-control.pl
Restart=on-failure
Type=simple
[Install]
Alias=fan-speed-control.service
WantedBy=multi-user.target