Skip to content

Commit

Permalink
systemd is not capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
pioz committed May 25, 2022
1 parent ff8b6c1 commit 0ac3c2d
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
@@ -1,7 +1,7 @@
# God - Go-daemons

God (go-daemons) is a tool to deploy and manage daemons in the GO ecosystem on GNU/Linux machines
using [Systemd](https://www.freedesktop.org/wiki/Software/systemd/).
using [systemd](https://www.freedesktop.org/wiki/Software/systemd/).

God installs your go binary in the remote machine (server) using `go install`,
create the systemd unit file (.service file) and allows you to
Expand Down Expand Up @@ -66,7 +66,7 @@ authentication via plain password is not planned. Then perform this sequence of
commands:

1. Check if GO is installed on the remote host
2. Check if Systemd is installed on the remote host
2. Check if systemd is installed on the remote host
3. Check if the user `pioz` is in the [lingering list](https://www.freedesktop.org/software/systemd/man/loginctl.html)
4. Install the GO package `github.com/pioz/go_hello_world_server@latest` in `$GOBIN` (default `~/go/bin/`)
5. Create the systemd unit service file in `~/.config/systemd/user/`
Expand Down

0 comments on commit 0ac3c2d

Please sign in to comment.