mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
UserDoc/ConfigFiles changed
This commit is contained in:
parent
9500635e08
commit
0a07f3b1f1
23
UserDoc/ConfigFiles.md
Normal file
23
UserDoc/ConfigFiles.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: wiki
|
||||
title: ConfigFiles
|
||||
permalink: /wiki/UserDoc/ConfigFiles/
|
||||
---
|
||||
|
||||
Qubes specific VM config files
|
||||
==============================
|
||||
|
||||
Those files are placed in /rw, which survives VM restart, so can be used to customize single VM (not all VMs based on the same template).
|
||||
|
||||
- `/rw/config/rc.local` - script run at VM startup. Good place to change some service settings, replace config files with its copy stored in /rw/config etc. Example usage:
|
||||
|
||||
``` {.wiki}
|
||||
# Store bluetooth keys in /rw to keep them across VM restarts
|
||||
rm -rf /var/lib/bluetooth
|
||||
ln -s /rw/config/var-lib-bluetooth /var/lib/bluetooth
|
||||
```
|
||||
|
||||
- `/rw/config/qubes-ip-change-hook` - script run in NetVM after external IP change (or connection to the network)
|
||||
- `/rw/config/qubes-firewall-user-script` - script run in ProxyVM after firewall update. Good place to write own custom firewall rules
|
||||
|
||||
Note that scripts need to be executable (chmod +x) to be used.
|
Loading…
Reference in New Issue
Block a user