1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-05-16 05:53:42 +02:00
brevo/brevo.service
2021-06-24 16:49:38 +02:00

13 lines
248 B
Desktop File

# 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