You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per internet research I removed the ' ' between execstart and the = to attempt to resolve.
It may be simpler to break out this script to a seperate .sh file and thene have ExecStart trigger it rather than relying on the shell embedding in the unit file.
The text was updated successfully, but these errors were encountered:
[on-boot-script-2.x](https://github.com/unifi-utilities/unifios-utilities/tree/main#on-boot-script-2x)
Do this first. Enables init.d style scripts to run on every boot of your UDM. Includes examples to run wpa-supplicant/eap-proxy and/or ntop-ng on startup. Follow this [readme](https://github.com/unifi-utilities/unifios-utilities/blob/main/on-boot-script/README.md).
But if you look the readme it points to is the older boot script.
Describe the bug
When running systemctl start udm-boot, the service fails to start.
The error is as follows:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
udm-boot to start.
Screenshots
N/A
UDM Information
Additional context
Per internet research I removed the ' ' between execstart and the = to attempt to resolve.
It may be simpler to break out this script to a seperate .sh file and thene have ExecStart trigger it rather than relying on the shell embedding in the unit file.
The text was updated successfully, but these errors were encountered: