wfview/systemd/wfserver.service

13 wiersze
203 B
INI

[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