1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-06-11 15:59:24 +02:00
brevo/brevo.service

13 lines
202 B
SYSTEMD
Raw Normal View History

2021-06-24 15:57:11 +02:00
# 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