mirror of
https://mzte.de/git/LordMZTE/brevo
synced 2024-12-04 19:52:31 +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]
|
||||
Environment=RUST_LOG=info
|
||||
ExecStart=/usr/bin/brevo
|
||||
ExecReload=/usr/bin/brevo
|
||||
ExecStart=/usr/bin/brevo /etc/brevo/config.toml
|
||||
ExecReload=/usr/bin/brevo /etc/brevo/config.toml
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue