mirror of
https://mzte.de/git/LordMZTE/brevo
synced 2024-12-12 14:22:56 +01:00
12 lines
248 B
Desktop File
12 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
|