# Systemd service for brevo [Unit] Description=Link Shortener written in Rust [Service] Environment=RUST_LOG=info ExecStart=/usr/bin/brevo /etc/brevo/config.toml ExecReload=/usr/bin/brevo /etc/brevo/config.toml [Install] WantedBy=default.target