openproxyherder/scripts/gatherers/systemd/vpngate-api.service

14 lines
287 B
Desktop File

[Unit]
Description=vpngate api scraper
Wants=network.target
After=network.target
[Service]
Type=oneshot
WorkingDirectory=/home/oph/.local/openproxyherder/scripts/gatherers/
ExecStart=/home/oph/.local/openproxyherder/.env/bin/python vpngate_api.py
[Install]
WantedBy=multi-user.target