1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-05-16 14:03:45 +02:00
brevo/brevo.service
2021-06-24 15:57:11 +02:00

13 lines
202 B
Desktop File

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