ModernOSWeather/scripts/runner.sh

10 lines
208 B
Bash
Raw Normal View History

#!/bin/bash
# Launch daemon
/usr/bin/systemctl --user restart wthrc.service
2024-10-11 18:56:25 +03:00
/usr/bin/systemctl --user restart conky.service
2024-10-15 18:16:19 +03:00
sleep 5
/usr/bin/systemctl --user restart conkyconf.service
2024-10-11 09:37:34 +03:00
echo "Daemon started"