Skip to content

Commit

Permalink
Fix systemd paths (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Feb 2, 2024
1 parent f897d6a commit ca457b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Getting started/_index.md
Expand Up @@ -40,8 +40,8 @@ After=network-online.target
[Service]
User=argus
Restart=on-failure
ExecStart=/home/argus/argus \
-config.file=/home/argus/argus/config.yml
ExecStart=/opt/argus/argus \
-config.file=/opt/argus/config.yml
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit ca457b5

Please sign in to comment.