chore: switch to TOML-based configuration
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id9e80fa744f3b7e3b8abc260efdc9dd66a6a6964
This commit is contained in:
parent
7f2934338f
commit
bfd9fa485e
5 changed files with 82 additions and 29 deletions
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=pscand run --config /etc/pscand/pscand.conf
|
||||
ExecStart=pscand run --config /etc/pscand/pscand.toml
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
User=root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue