Enable systemd units as part of server setup

This commit is contained in:
Ben Visness 2022-06-12 08:40:07 -05:00
parent 7dd4a1af31
commit 6fbaaf6992
1 changed files with 3 additions and 0 deletions

View File

@ -264,6 +264,9 @@ if [ $checkpoint -lt 100 ]; then
cp /home/hmn/hmn/server/root.Makefile /root/Makefile
systemctl daemon-reload
systemctl enable caddy
systemctl enable hmn
systemctl enable cinera
savecheckpoint 100
fi