[Unit] Description=APISIX SSL Certificate Renewal Service After=network.target [Service] Type=oneshot ExecStart=/usr/bin/python3 /home/jingrow/apisix/ssl_manager/ssl_manager.py renew-all User=root StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target