Skip to content

daed: service management

The following applies to daed from the Dae Universe DEB/RPM repository. Its configuration directory is /etc/daed/. The unit declares a conflict with dae.service; choose one service. It has no reload action, so do not use systemctl reload daed.

Gentoo with the default webui USE flag also provides this systemd service.

systemd

Start now and enable at boot

shell
sudo systemctl enable --now daed
shell
systemctl enable --now daed

Start now

shell
sudo systemctl start daed
shell
systemctl start daed

Enable at boot

shell
sudo systemctl enable daed
shell
systemctl enable daed

Restart

shell
sudo systemctl restart daed
shell
systemctl restart daed

Restart interrupts existing connections.

OpenRC(Gentoo)

Use these commands after completing the OpenRC prerequisites in the Gentoo installation guide. The init script defines no reload action.

Start now and enable at boot

shell
sudo rc-service daed start
sudo rc-update add daed default
shell
rc-service daed start
rc-update add daed default

Start now

shell
sudo rc-service daed start
shell
rc-service daed start

Enable at boot

shell
sudo rc-update add daed default
shell
rc-update add daed default

Restart

shell
sudo rc-service daed restart
shell
rc-service daed restart