mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-22 08:23:47 -04:00
16 lines
320 B
SYSTEMD
16 lines
320 B
SYSTEMD
|
# 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
|