Service management
Complete the dae configuration first, then choose your service manager. The sudo tab is selected by default.
| Installation | Service manager | Configuration file / requirement |
|---|---|---|
| Arch Linux | systemd | /etc/dae/config.dae |
| Debian | systemd | /etc/dae/config.dae |
| Ubuntu | systemd | /etc/dae/config.dae |
| Fedora | systemd | /etc/dae/config.dae |
| RHEL | systemd | /etc/dae/config.dae |
| openSUSE | systemd | /etc/dae/config.dae |
| Gentoo | systemd or OpenRC | /etc/dae/config.dae |
| NixOS | systemd | Boot enablement is managed by the NixOS module |
| Alpine (dae-installer) | OpenRC | /usr/local/etc/dae/config.dae |
| Manual installation | Depends on the installed service | Install the corresponding service file first |
| Docker | Not covered here | Follow the platform tutorial |
| macOS host | Not covered here | Follow the platform tutorial |
Choose the action you need; these are not sequential steps.
Start now and enable at boot
shell
sudo systemctl enable --now daeshell
systemctl enable --now daeshell
sudo rc-service dae start
sudo rc-update add dae defaultshell
rc-service dae start
rc-update add dae defaultStart now
shell
sudo systemctl start daeshell
systemctl start daeshell
sudo rc-service dae startshell
rc-service dae startEnable at boot
This does not start the service immediately.
shell
sudo systemctl enable daeshell
systemctl enable daeshell
sudo rc-update add dae defaultshell
rc-update add dae defaultReload configuration
After editing the configuration file, reload the running dae service.
The OpenRC service script does not define a reload action. Use dae’s built-in reload command while the service is running.
shell
sudo systemctl reload daeshell
systemctl reload daeshell
sudo dae reloadshell
dae reloadRestart the service
Restart stops and starts dae, interrupting existing connections. To apply configuration changes, use reload above.
shell
sudo systemctl restart daeshell
systemctl restart daeshell
sudo rc-service dae restartshell
rc-service dae restartSource: dae upstream · AGPL-3.0 license.
