Files
dnsf/dnsf.service
2025-10-31 08:49:00 -06:00

14 lines
262 B
Desktop File

[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 '/etc/dnsf/dnsf.py'
Restart=always
Type=simple
[Install]
WantedBy=multi-user.target