Dahdi Start Up Under Systemctl
What is the command to install dahdi on a systemctl type startup ?
I just installed dahdi from git (so latest) and did :
cd dahdi-linux-complete ls shows dahdi-linux and dahdi-tools find . | grep service shows nothing.
in dahdi-tools there is the OLD dahdi.init file – but that is the OLD
init.d
Thanks
Jerry
One thought on - Dahdi Start Up Under Systemctl
‘/etc/init.d/dahdi [status,start,stop,restart]’ works under a systemd system, as stated in /etc/init.d/README:
Note that traditional init scripts continue to function on a systemd
system. An init script /etc/rc.d/init.d/foobar is implicitly mapped
into a service unit foobar.service during system initialization.