wfb-ng/scripts/wifibroadcast.service
2024-10-03 01:56:51 +03:00

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