Skip to content

Commit 2096ded

Browse files
authored
fix: README changes re: systemd setup (#59)
Clarify language about systemd service in README Signed-off-by: Phil Estes <[email protected]>
1 parent 31583b0 commit 2096ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Getting started with Finch Daemon on Linux only requires a few steps:
3636

3737

3838
## Creating a systemd service
39-
Sometimes, you may wish to have a script be controlled by systemd,
40-
or to have the script restart by itself when it gets killed.
41-
You can configure such a service using systemd on Linux by following these steps:
39+
If you want finch-daemon to be managed as a systemd service, for benefits like automatic
40+
restart if it gets killed, you can configure it as a systemd service on Linux by
41+
following these steps:
4242

4343
1. `cd /path/to/finch-daemon`
4444
2. `sudo cp finch.service /etc/systemd/system/`
@@ -68,4 +68,4 @@ For more information, please see https://www.bis.doc.gov
6868
Licensing
6969
=========
7070
Finch Daemon is licensed under the Apache License, Version 2.0.
71-
See [LICENSE](https://github.com/runfinch/finch-daemon/blob/main/LICENSE) for the full license text.
71+
See [LICENSE](https://github.com/runfinch/finch-daemon/blob/main/LICENSE) for the full license text.

0 commit comments

Comments
 (0)