[+] Whois monitor service

This commit is contained in:
Hykilpikonna
2022-07-20 21:39:14 -04:00
committed by GitHub
parent fd932c5f0d
commit b9a30ce784
+13
View File
@@ -0,0 +1,13 @@
[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