14 lines
271 B
Desktop File
14 lines
271 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 '/home/matt/Desktop/dnsf.py'
|
|
Restart=always
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|