Files
whois-monitor/whois-monitor.service
2022-07-20 21:39:14 -04:00

14 lines
229 B
Desktop File

[Unit]
Description=Checks whois expiration
Wants=whois-monitor.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /app/whois/whois.py
WorkingDirectory=/app/whois
User=whois
Group=whois
[Install]
WantedBy=multi-user.target