mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 18:22:28 -07:00
12 lines
223 B
Desktop File
12 lines
223 B
Desktop File
[Unit]
|
|
Description=SMTP Relay
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/smtprelay/bin/smtprelay -config /etc/smtprelay/smtprelay.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|