Skip to content

Commit

Permalink
Fix for oink_ddns.service
Browse files Browse the repository at this point in the history
  • Loading branch information
RLado committed Oct 2, 2023
1 parent d288209 commit 6583ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Oink!** is an unofficial DDNS client for porkbun.com built in Go. **Oink!** only depends on Go's standard library.

---
### How to install
You can install **Oink!** using an [official package](https://github.com/RLado/Oink/releases) or by using *make*.

Expand All @@ -22,6 +23,7 @@ sudo make install

You may **uninstall** using `sudo make uninstall` to remove **all** configuration files and binaries

---
### How to setup
The setup process is simple:

Expand Down
2 changes: 1 addition & 1 deletion config/oink_ddns.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=A lightweight DDNS client for Porkbun
After=multi-user.target

[Service]
ExecStart=/usr/local/bin/oink
ExecStart=/usr/bin/oink
Type=simple
Restart=on-failure

Expand Down

0 comments on commit 6583ee9

Please sign in to comment.