10 lines
168 B
Desktop File
10 lines
168 B
Desktop File
[Unit]
|
|
Description=Fand fan controller
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /usr/share/fand/fand.py
|
|
Restart=always
|
|
RestartSec=25
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|