2024-10-07 09:28:28 +03:00
|
|
|
#!/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"
|