home · contact · privacy
f8ed18363f9507dcb6e09a6b89b18188baa79f88
[config] / 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