add systemd setup

This commit is contained in:
gutmet 2019-01-13 20:39:19 +01:00
parent 49e3c536e1
commit 6beca728ce

View File

@ -59,3 +59,22 @@ amazonPrice: "EUR 20,35"
```
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.