[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