creator-widgets
Roeland Jansen 2024-02-10 12:41:32 +01:00
rodzic 60dbcb6f04
commit 9551f44147
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