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

13 lines
248 B
SYSTEMD
Raw Permalink 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
2021-06-24 16:49:38 +02:00
ExecStart=/usr/bin/brevo /etc/brevo/config.toml
ExecReload=/usr/bin/brevo /etc/brevo/config.toml
2021-06-24 15:57:11 +02:00
[Install]
WantedBy=default.target