home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add example pleroma archival script.
[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