chore: switch to TOML-based configuration

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id9e80fa744f3b7e3b8abc260efdc9dd66a6a6964
This commit is contained in:
raf 2026-02-19 00:49:21 +03:00
commit bfd9fa485e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 82 additions and 29 deletions

View file

@ -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