wfb-ng/scripts/wifibroadcast.service

16 lines
320 B
SYSTEMD
Raw Normal View History

# This is a mostly empty service, but allows commands like stop, start, reload
# to propagate to all wifibroadcast@ service instances.
[Unit]
Description=Wifibroadcast server
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target