apisix/ssl_manager/systemd/apisix-ssl-renew.service

14 lines
281 B
Desktop File

[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