From 391f6adfb38ed0385e0794b77912ddf366622735 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 24 Jun 2021 16:49:38 +0200 Subject: [PATCH] fix brevo systemd unit --- brevo.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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