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 daedshell
systemctl enable --now daedStart now
shell
sudo systemctl start daedshell
systemctl start daedEnable at boot
shell
sudo systemctl enable daedshell
systemctl enable daedRestart
shell
sudo systemctl restart daedshell
systemctl restart daedRestart 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 defaultshell
rc-service daed start
rc-update add daed defaultStart now
shell
sudo rc-service daed startshell
rc-service daed startEnable at boot
shell
sudo rc-update add daed defaultshell
rc-update add daed defaultRestart
shell
sudo rc-service daed restartshell
rc-service daed restart