Skip to content

Commit

Permalink
Fix xtra args positioning for hostapd again.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 18, 2024
1 parent 2e96a67 commit b1a956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/external/hostap/systemd/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=sys-subsystem-net-devices-%i.device
[Service]
Type=simple
Restart=on-failure
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/hostapd -i %i ${HOSTAPD_XTRA_ARGS} @CMAKE_INSTALL_FULL_SYSCONFDIR@/hostapd/hostapd-%i.conf
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/hostapd ${HOSTAPD_XTRA_ARGS} -i %i @CMAKE_INSTALL_FULL_SYSCONFDIR@/hostapd/hostapd-%i.conf

[Install]
WantedBy=default.target

0 comments on commit b1a956d

Please sign in to comment.