10 lines
186 B
Desktop File
10 lines
186 B
Desktop File
[Unit]
|
|
Description = Check Host State to set fan failsafe speed
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/gbs-check-host-state.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |