ModernOSWeather/scripts/runner.sh

10 lines
208 B
Bash

#!/bin/bash
# Launch daemon
/usr/bin/systemctl --user restart wthrc.service
/usr/bin/systemctl --user restart conky.service
sleep 5
/usr/bin/systemctl --user restart conkyconf.service
echo "Daemon started"