doc: add service

This commit is contained in:
King Kévin 2023-03-09 12:10:41 +01:00
parent b6f11afe3f
commit f75a1939a0
1 changed files with 12 additions and 0 deletions

View File

@ -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
~~~