mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
12 lines
214 B
SYSTEMD
12 lines
214 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Pivilion legacy Wi-Fi access point
|
||
|
|
After=network-pre.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/usr/sbin/hostapd /run/pivilion/hostapd.conf
|
||
|
|
Restart=on-failure
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|