2
0
forked from drew/smtprelay

Add SystemD unit file

This commit is contained in:
Jonathon Reinhart
2021-04-01 23:07:09 -04:00
parent 42abf27c1f
commit 190c615029

View File

@@ -0,0 +1,11 @@
[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