Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs about /rw/config/rc.local* scripts #1433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marmarek
Copy link
Member

Specify that files needs to be executable.
Add info about /rw/config/rc.local.d/*.rc.
Add info about /rw/config/rc.local-early.d/*.rc and
/rw/config/rc.local-early
(QubesOS/qubes-core-agent-linux#386)

Specify that files needs to be executable.
Add info about `/rw/config/rc.local.d/*.rc`.
Add info about `/rw/config/rc.local-early.d/*.rc` and
`/rw/config/rc.local-early`
(QubesOS/qubes-core-agent-linux#386)
@@ -19,7 +19,7 @@ That way, they can be used to customize a single VM instead of all VMs based on
The scripts here all run as root.

- `/rw/config/rc.local` - script runs at VM startup.
Good place to change some service settings, replace config files with its copy stored in `/rw/config`, etc.
Good place to change some service settings, replace config files with its copy stored in `/rw/config`, etc. The script need to have the executable permission set to be executed.
Copy link
Contributor

@MarnixCroes MarnixCroes Oct 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit

Suggested change
Good place to change some service settings, replace config files with its copy stored in `/rw/config`, etc. The script need to have the executable permission set to be executed.
Good place to change some service settings, replace config files with its copy stored in `/rw/config`, etc. The script needs to have the executable permission set to be executed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants