Update dnsf.service

This commit is contained in:
2025-10-31 08:49:00 -06:00
parent b4909d814a
commit 1a9a66ff7d

View File

@@ -5,7 +5,7 @@ After=network.target
[Service]
WorkingDirectory=/etc/dnsf
# Update with commands given by bitbucket to get correct auth keys
ExecStart=/usr/bin/python3 '/home/matt/Desktop/dnsf.py'
ExecStart=/usr/bin/python3 '/etc/dnsf/dnsf.py'
Restart=always
Type=simple