Initial commit
This commit is contained in:
11
apps/smtprelay/smtp-relay.service
Normal file
11
apps/smtprelay/smtp-relay.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Smtp relay Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/var/deploy/apps/smtprelay/smtprelay -config /var/deploy/apps/smtprelay/secrets/smtprelay.ini
|
||||
Restart=always
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user