mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-14 13:03:48 -04:00
22 lines
571 B
Desktop File
22 lines
571 B
Desktop File
[Unit]
|
|
Description=WFB-ng standalone server, profile %i
|
|
Requires=wifibroadcast.service
|
|
ReloadPropagatedFrom=wifibroadcast.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
# common environment
|
|
EnvironmentFile=/etc/default/wifibroadcast
|
|
# per-profile environment
|
|
EnvironmentFile=-/etc/default/wifibroadcast.%i
|
|
ExecStart=/bin/bash -c "exec /usr/bin/wfb-server --profiles $(echo %i | tr : ' ') --wlans ${WFB_NICS}"
|
|
KillMode=mixed
|
|
TimeoutStopSec=5s
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
# Set logging to file in /etc/wifibroadcast.cfg
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=wifibroadcast.service
|