mirror of
https://github.com/wf-group/wfview
synced 2026-08-13 17:32:59 -04:00
12 lines
203 B
Desktop File
12 lines
203 B
Desktop File
[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
|