pysmtp/pysmtp-server.service

11 lines
179 B
INI
Raw Normal View History

2021-12-28 03:01:00 -03:00
[Unit]
Description=Python SMTP Server
After=multi-user.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /srv/server.py
[Install]
WantedBy=multi-user.target