change README.md

This commit is contained in:
2020-11-03 14:11:01 +01:00
parent aeb1e5a5d2
commit 0da73e0c5b

View File

@@ -122,9 +122,9 @@ pyinotifyd_config = PyinotifydConfig(
# Autostart # Autostart
pyinotifyd provides a systemd service file. pyinotifyd provides a systemd service file.
```sh ```sh
# start the daemon during boot # start pyinotifyd at boot time
systemctl enable pyinotifyd.service systemctl enable pyinotifyd.service
# start the daemon # start the daemon immediately
systemctl start pyinotifyd.service systemctl start pyinotifyd.service
``` ```