Upload files to "/"

This commit is contained in:
2025-10-31 08:34:33 -06:00
parent f37b1f0bb1
commit deba76334b
2 changed files with 16 additions and 0 deletions

13
dnsf.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=dnsf
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'
Restart=always
Type=simple
[Install]
WantedBy=multi-user.target