Skip to content

Commit d1b4c6b

Browse files
committed
readme updated
1 parent 0c26b99 commit d1b4c6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ All data will be stored in a single `patchouli.boltdb` file in the current worki
4141
- [ ] refactor some quirky code
4242
- [ ] write some tests...
4343

44+
## Systemd
45+
46+
You can use the provided [patchouli.service](patchouli.service) file to run `patchouli` as a daemon.
47+
If not running in a container, change the `User` and `Group` for security reasons.
48+
49+
sudo mkdir /var/patchouli
50+
sudo cp patchouli.service /etc/systemd/system/patchouli.service
51+
sudo systemctl daemon-reload
52+
sudo systemctl enable --now patchouli
53+
sudo systemctl status patchouli
54+
4455
## License
4556

4657
Patchouli is licensed under the [GNU General Public License v3.0](LICENSE).

0 commit comments

Comments
 (0)