wget https://github.com/christgau/wsdd/archive/master.zip

unzip master.zip


sudo mv wsdd-master/src/wsdd.py wsdd-master/src/wsdd


sudo cp wsdd-master/src/wsdd /usr/bin


sudo cp wsdd-master/etc/systemd/wsdd.service /etc/systemd/system


sudo nano /etc/systemd/system/wsdd.service




texto inetegro como sale aqui


[Service]
Type=simple
ExecStart=/usr/bin/wsdd --shortlog
; Replace those with an unprivledged user/group that matches your environment,
; like nobody/nogroup or daemon:daemon or a dedicated user for wsdd
; User=nobody
; Group=nobody
; The following lines can be used for a chroot execution of wsdd.
; Also append '--chroot /run/wsdd/chroot' to ExecStart to enable chrooting
;AmbientCapabilities=CAP_SYS_CHROOT
;ExecStartPre=/usr/bin/install -d -o nobody -g nobody -m 0700 /run/wsdd/chroot
;ExecStopPost=rmdir /run/wsdd/chroot

[Install]
WantedBy=multi-user.target
