doc: add service

master
King Kévin 3 months ago
parent b6f11afe3f
commit f75a1939a0
  1. 12
      README.md

@ -100,3 +100,15 @@ isql partdb
SELECT * FROM part LIMIT 1;
exit
~~~
service
=======
For convenience you can install the systemD service.
Be sure to adjust the path to the partdb script.
~~~
mkdir -p ~/.local/share/systemd/user/
cp partdb.service ~/.local/share/systemd/user/
systemctl --user start partdb.service
~~~

Loading…
Cancel
Save