Merge branch 'creator-widgets' of https://gitlab.com/eliggett/wfview into creator-widgets

creator-widgets
Phil Taylor 2024-02-10 12:11:33 +00:00
commit 8b761e4c50
2 zmienionych plików z 23 dodań i 0 usunięć

11
systemd/README 100644
Wyświetl plik

@ -0,0 +1,11 @@
in order to be able to autostart wfserver, this simple unitfile made by
Mick VK3ADD, will help you.
path and suggested name of the file:
/etc/systemd/system/wfserver.service

Wyświetl plik

@ -0,0 +1,12 @@
[Unit]
Description=WF Server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=pi
ExecStart=/usr/local/bin/wfserver
[Install]
WantedBy=multi-user.target