11 lines
179 B
INI
11 lines
179 B
INI
|
[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
|