#--------------------------------------------------------------------------- # /usr/lib/systemd/system/capi.service - service unit # # Creation: 2023-12-06 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=ISDN CAPI daemon Before=eisfax-faxq.service After=network.target network-online.target [Service] Type=simple # load modules ExecStart=+/usr/lib/systemd/scripts/capi-init start [Install] WantedBy=multi-user.target Alias=capi.service