14 lines
151 B
Desktop File
14 lines
151 B
Desktop File
[Unit]
|
|
|
|
Description=execute /root/dnsfwd.sh
|
|
|
|
After=default.target
|
|
|
|
[Service]
|
|
|
|
ExecStart=bash /root/dnsfwd.sh
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|