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