ModernOSWeather/scripts/runner.sh

6 lines
146 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-11 09:37:34 +03:00
echo "Daemon started"