change README.md
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user