diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -61,7 +61,7 @@ advisable to verify the signature like so:— | |||
61 | For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). | 61 | For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). |
62 | 62 | ||
63 | Configuration | 63 | Configuration |
64 | ------------- | 64 | ============= |
65 | Once installed, `my-x200` is configured by editing | 65 | Once installed, `my-x200` is configured by editing |
66 | [`/etc/default/my-x200`](http://git.robertalessi.net/my-x200/tree/my-x200.confd). | 66 | [`/etc/default/my-x200`](http://git.robertalessi.net/my-x200/tree/my-x200.confd). |
67 | 67 | ||
@@ -102,8 +102,8 @@ course, the backup process is triggered on certain conditions only: | |||
102 | Then, once these conditions are met, the backup process is triggered | 102 | Then, once these conditions are met, the backup process is triggered |
103 | whenever the service is stopped. | 103 | whenever the service is stopped. |
104 | 104 | ||
105 | Use and recommended configuration | 105 | Recommended Settings |
106 | --------------------------------- | 106 | -------------------- |
107 | > The command `rc-update` that is used below refers to `openrc`. Other | 107 | > The command `rc-update` that is used below refers to `openrc`. Other |
108 | > init systems use other commands. Please adapt. | 108 | > init systems use other commands. Please adapt. |
109 | 109 | ||
@@ -171,7 +171,23 @@ rc-update del avahi-daemon | |||
171 | chmod -x /etc/network/if-up.d/avahi-daemon | 171 | chmod -x /etc/network/if-up.d/avahi-daemon |
172 | ```` | 172 | ```` |
173 | 173 | ||
174 | Usage | ||
175 | ===== | ||
176 | In addition to the usual arguments, namely `start`, `stop`, `restart` | ||
177 | and `force-reload`, `/etc/init.d/my-x200` accepts two further | ||
178 | arguments, like so:— | ||
179 | |||
180 | 1. `/etc/init.d/my-x200 refresh` to reset the frequency rate of the | ||
181 | screen to the default value. This is to be used in the hopefully | ||
182 | rare cases when the noise becomes perceptible again. Unprivileged | ||
183 | users may perform this action by pressing the `ThinkVantage` | ||
184 | button. | ||
185 | 2. `/etc/init.d/my-x200 initbackup`. If backuping be set as described | ||
186 | above, `/etc/init.d/my-x200 initbackup` can be used to trigger a | ||
187 | backup round immediately, that is without having to shut down the | ||
188 | system for the first backup round to happen. | ||
189 | |||
174 | Further Information | 190 | Further Information |
175 | ------------------- | 191 | =================== |
176 | More information in `my-x200` initd file: | 192 | More information in `my-x200` initd file: |
177 | <http://git.robertalessi.net/my-x200/tree/my-x200.confd> | 193 | <http://git.robertalessi.net/my-x200/tree/my-x200.confd> |