mirror of
https://mzte.de/git/LordMZTE/brevo
synced 2024-10-31 20:59:01 +01:00
fix brevo systemd unit
This commit is contained in:
parent
32f6de778d
commit
391f6adfb3
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ Description=Link Shortener written in Rust
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=RUST_LOG=info
|
Environment=RUST_LOG=info
|
||||||
ExecStart=/usr/bin/brevo
|
ExecStart=/usr/bin/brevo /etc/brevo/config.toml
|
||||||
ExecReload=/usr/bin/brevo
|
ExecReload=/usr/bin/brevo /etc/brevo/config.toml
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue