add systemd setup
This commit is contained in:
parent
49e3c536e1
commit
6beca728ce
19
README.md
19
README.md
|
@ -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.
|
Loading…
Reference in New Issue
Block a user