[Unit]
Description=NGINX Manager
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/python3 /root/hns-links/server.py
WorkingDirectory=/root/hns-links
Restart=always
User=root
Group=root

[Install]
WantedBy=multi-user.target