diff --git a/brevo.service b/brevo.service index 12f8641..0175c0d 100644 --- a/brevo.service +++ b/brevo.service @@ -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