Skip to content

Commit

Permalink
chore: use config.json in teh service definition instead of wiretrust…
Browse files Browse the repository at this point in the history
…ee.json
  • Loading branch information
braginini committed May 6, 2021
1 parent 06ca085 commit 6b84658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_files/wiretrustee.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/local/bin/wiretrustee up --config /etc/wiretrustee/wiretrustee.json --log-level debug
ExecStart=/usr/local/bin/wiretrustee up --config /etc/wiretrustee/config.json --log-level debug
[Install]
WantedBy=multi-user.target

0 comments on commit 6b84658

Please sign in to comment.