home · contact · privacy
Setup script for daily reboots.
[config] / bullseye / setup_scripts / setup_daily_reboot.sh
1 #!/bin/sh
2 set -e
3
4 # Set up system without user environment.
5 config_tree_prefix="${HOME}/config/bullseye"
6
7 ./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" daily_reboot 
8 systemctl enable reboot.timer 
9 systemctl start reboot.timer