Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 580 Bytes

reboot.asciidoc

File metadata and controls

24 lines (19 loc) · 580 Bytes

If you need to reboot a standalone server or a server from a cluster after services have been stopped, make sure you set the systemd target to multi-user.target before rebooting:

systemctl set-default multi-user.target

This will make sure your services don’t start up after the reboot. It’s also the case for packetfence-mariadb service.

Set it back to previous target after it boots up:

Cluster
systemctl set-default packetfence-cluster.target
Standalone
systemctl set-default packetfence.target