#!/bin/bash # Update daemon files /usr/bin/cp -ur $DIR/services/* ~/.config/systemd/user # Daemon launch /usr/bin/systemctl --user daemon-reload /usr/bin/systemctl --user enable wthrc.service echo "Done installer"