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