mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-19 07:03:48 -04:00
16 lines
310 B
Desktop File
16 lines
310 B
Desktop File
[Unit]
|
|
Description=WFB profile %i
|
|
PartOf=wifibroadcast.service
|
|
ReloadPropagatedFrom=wifibroadcast.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/default/wifibroadcast
|
|
ExecStart=/usr/bin/wfb-server %i ${WFB_NICS}
|
|
TimeoutStopSec=5s
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=wifibroadcast.service
|