# /etc/systemd/system/faxgetty.service # # Enable service with: systemctl enable faxgetty # # License: GPL-2.0+ # # Volker Kuhlmann # 24 Mar 2012 - Created for openSUSE 12.1. # 09 Aug 2013 - Commented. openSUSE 12.3. # [Unit] Description=HylaFAX Fax Server - faxgetty After=getty.target After=remote-fs.target Wants=ypbind Wants=isdn RefuseManualStart=no RefuseManualStop=no [Install] WantedBy=multi-user.target [Service] ExecStart=/usr/lib/fax/faxgetty /dev/ttyUSB-ftdi-fax-00 Restart=always RestartSec=500ms TimeoutSec=20 RemainAfterExit=no StandardOutput=syslog # # Example service files are here: # They're all different, but follow the same principle. # # Lee Howard # v4.2.2, 19 Oct 2005 # http://hylafax.sourceforge.net/howto/install.php#ss2.2 # # 27-Mar-2012 # http://forums.opensuse.org/english/get-technical-help-here/applications/473812-inittab-faxgetty-hylafax.html # # 05 Apr 2012 # http://lists.opensuse.org/opensuse/2012-04/msg00229.html # # 09 February 2013 # https://bugs.archlinux.org/task/33778?getfile=10036 #