We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c26b99 commit d1b4c6bCopy full SHA for d1b4c6b
README.md
@@ -41,6 +41,17 @@ All data will be stored in a single `patchouli.boltdb` file in the current worki
41
- [ ] refactor some quirky code
42
- [ ] write some tests...
43
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
55
## License
56
57
Patchouli is licensed under the [GNU General Public License v3.0](LICENSE).
0 commit comments