Skip to content

Commit

Permalink
change startup command (new flag method)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 3, 2024
1 parent 326d62a commit 95b3623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kerberos Agents are now also shipped as static binaries. Within the Docker image

You can run the binary as following on port `8080`:

main run cameraname 8080
main -action=run -port=80

## Systemd

Expand All @@ -18,7 +18,7 @@ When running on a Linux OS you might consider to auto-start the Kerberos Agent u
[Unit]
Wants=network.target
[Service]
ExecStart=/home/pi/agent/main run camera 80
ExecStart=/home/pi/agent/main -action=run -port=80
WorkingDirectory=/home/pi/agent/
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 95b3623

Please sign in to comment.