ModernOSWeather/scripts/runner.sh

6 lines
146 B
Bash

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