#--------------------------------------------------------------------------- # /usr/lib/systemd/system/dahdi.service - service unit # # Creation: 2023-05-20 hbfl # Last Update: $Id$ # # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- [Unit] Description=Dahdi modules loader service Before=asterisk.service After=network.target network-online.target [Service] Type=oneshot # load modules ExecStart=/usr/lib/systemd/scripts/load-dahdi-modules.sh start [Install] WantedBy=multi-user.target