Enable systemd units as part of server setup
This commit is contained in:
parent
7dd4a1af31
commit
6fbaaf6992
|
@ -264,6 +264,9 @@ if [ $checkpoint -lt 100 ]; then
|
||||||
cp /home/hmn/hmn/server/root.Makefile /root/Makefile
|
cp /home/hmn/hmn/server/root.Makefile /root/Makefile
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
systemctl enable caddy
|
||||||
|
systemctl enable hmn
|
||||||
|
systemctl enable cinera
|
||||||
|
|
||||||
savecheckpoint 100
|
savecheckpoint 100
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue