mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-15 13:33:48 -04:00
20 lines
485 B
Desktop File
20 lines
485 B
Desktop File
# This is a mostly empty service, but allows commands like stop, start, reload
|
|
# to propagate to all wifibroadcast@ service instances.
|
|
|
|
[Unit]
|
|
Description=WFB-ng standalone server
|
|
After=network.target
|
|
Conflicts=wfb-cluster.service
|
|
#After=network.target sys-subsystem-net-devices-wlx00c0caa578a9.device
|
|
#Requires=sys-subsystem-net-devices-wlx00c0caa578a9.device
|
|
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/true
|
|
ExecReload=/bin/true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|