forked from drew/smtprelay
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
|