diff options
Diffstat (limited to 'community/pdnsd/pdnsd.service')
-rw-r--r-- | community/pdnsd/pdnsd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/pdnsd/pdnsd.service b/community/pdnsd/pdnsd.service new file mode 100644 index 000000000..5821dbcb2 --- /dev/null +++ b/community/pdnsd/pdnsd.service @@ -0,0 +1,9 @@ +[Unit] +Description=proxy name server +After=network.target + +[Service] +ExecStart=/usr/sbin/pdnsd + +[Install] +WantedBy=multi-user.target |