#--------------------------------------------------------------------------- # /usr/lib/systemd/system/imond.service - service unit # # Creation: 2024-12-12 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=ImonD ISDN control Wants=ppp.service After=ppp.service [Service] Type=forking ExecStart=/usr/libexec/imond/imond start ExecStop=/usr/libexec/imond/imond stop Restart=on-failure [Install] WantedBy=multi-user.target