Skip to content

Commit

Permalink
fix: file path for config files (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho authored Sep 8, 2023
1 parent 92462c3 commit 6a63c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ Note: when the program stops, it will not be restarted.
### As a managed daemon (with upstart)

1. Install `upstart` first (if not available already)
2. Copy `./upstart/godns.conf` to `/etc/init` (and tweak it to your needs)
2. Copy `./config/upstart/godns.conf` to `/etc/init` (and tweak it to your needs)
3. Start the service:

```bash
Expand All @@ -988,7 +988,7 @@ Note: when the program stops, it will not be restarted.
### As a managed daemon (with systemd)

1. Install `systemd` first (it not available already)
2. Copy `./systemd/godns.service` to `/lib/systemd/system` (and tweak it to your needs)
2. Copy `./config/systemd/godns.service` to `/lib/systemd/system` (and tweak it to your needs)
3. Start the service:

```bash
Expand Down

0 comments on commit 6a63c03

Please sign in to comment.