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
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
The current method of auto starting the setup script is through the rc.local file.
Appending to this before the exit 0 is not recomended as the file states at the top "Make sure that the script will exit 0" which we can ensure will happen if our script fails.
Ideally we would be using a systemd service to run the setup script on startup.
This has the added benefit of allowing the "wait for network" option so it only runs once the interface is up.
The text was updated successfully, but these errors were encountered:
Running the command seems to be the way to go about "systemctl enable" without being logged in. sudo ln -s /etc/systemd/system/rgu-h-setup.service /etc/systemd/system/multi-user.target.wants/rgu-h-setup.service
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current method of auto starting the setup script is through the rc.local file.
Appending to this before the exit 0 is not recomended as the file states at the top "Make sure that the script will exit 0" which we can ensure will happen if our script fails.
Ideally we would be using a systemd service to run the setup script on startup.
This has the added benefit of allowing the "wait for network" option so it only runs once the interface is up.
The text was updated successfully, but these errors were encountered: