27 lines
614 B
Markdown
27 lines
614 B
Markdown
My configs/init-script for WSDD.
|
|
|
|
Original source see https://github.com/christgau/wsdd
|
|
|
|
Install:
|
|
|
|
Check if newer wsdd.py is available at source!
|
|
|
|
```
|
|
cp wsdd.py /opt/wsdd/wsdd.py
|
|
chown -R daemon.daemon /opt/wsdd/wsdd.py
|
|
cp wsdd.init /etc/init.d/wsdd
|
|
cp wsdd.conf /etc/conf.d/wsdd
|
|
```
|
|
|
|
# Running:
|
|
- Be sure to update /etc/conf.d/wsdd!
|
|
- If using single instance all fields of /etc/conf.d/wsdd should be commented out!
|
|
- If using multiple instances (wsdd.INSTANCE...) be sure to set all fields in /etc/conf.d/wsdd in ALL instances!
|
|
- UUIDs can be generated with `uuidgen -N test.mh3000.net -n @dns -s`
|
|
|
|
|
|
|
|
|
|
|
|
|