aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index f316497..cdc5be0 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ advisable to verify the signature like so:—
61For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). 61For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet).
62 62
63Configuration 63Configuration
64------------- 64=============
65Once installed, `my-x200` is configured by editing 65Once 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:
102Then, once these conditions are met, the backup process is triggered 102Then, once these conditions are met, the backup process is triggered
103whenever the service is stopped. 103whenever the service is stopped.
104 104
105Use and recommended configuration 105Recommended 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
171chmod -x /etc/network/if-up.d/avahi-daemon 171chmod -x /etc/network/if-up.d/avahi-daemon
172```` 172````
173 173
174Usage
175=====
176In addition to the usual arguments, namely `start`, `stop`, `restart`
177and `force-reload`, `/etc/init.d/my-x200` accepts two further
178arguments, like so:—
179
1801. `/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.
1852. `/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
174Further Information 190Further Information
175------------------- 191===================
176More information in `my-x200` initd file: 192More 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>