diff --git a/README.md b/README.md index 977f8ca..16c378c 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,23 @@ isbn13: 978-0091878863 amazonPrice: "EUR 20,35" ``` -So far it seems like this format is bookseller-parseable. \ No newline at end of file +So far it seems like this format is bookseller-parseable. + +systemd setup +============= + +Those afflicted by systemd (my sympathies) can put something like this in /etc/systemd/user/ambrowse.service: + +``` +[Unit] +Description=ambrowse + +[Service] +Type=simple +ExecStart=/home/johndoe/path/to/ambrowse + +[Install] +WantedBy=default.target +``` + +Run 'systemctl --user start ambrowse' to test and 'systemctl --user enable ambrowse' to permanently enable. \ No newline at end of file