summarylogtreecommitdiffstats
path: root/wsdd.service
diff options
context:
space:
mode:
Diffstat (limited to 'wsdd.service')
-rw-r--r--wsdd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/wsdd.service b/wsdd.service
new file mode 100644
index 000000000000..41fc190339a9
--- /dev/null
+++ b/wsdd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Web Services Dynamic Discovery host daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/wsdd --workgroup WORKGROUP
+User=wsdd
+Group=wsdd
+
+[Install]
+WantedBy=multi-user.target