Re: how hylafax start at boot in fedora 25

Lee Howard <[email protected]> Wed, 27 Dec 2017 16:36:29 -0800
Newsgroups gmane.comp.telephony.fax.hylafax.user
Message-ID <[email protected]>
On Fedora you can install HylaFAX+ via yum or dnf.  Do this:

dnf install hylafax+

The package there has its own systemd startup configurations.

Then you do:

systemctl enable hylafax-hfaxd
systemctl enable hylafax-faxq
systemctl start hylafax-hfaxd
systemctl start hylafax-faxq

That will get your hfaxd and faxq running and starting at boot time.

If you want to make your own then take a look at the ones that are in 
the Fedora package... and copy those.

Thanks,

Lee.


On 12/25/2017 10:59 PM, Yaser Kholusi wrote:
> Hi
>
> I install hylafax on fedora 25. make a service for faxgetty 
> in /etc/systemd/system/ and it start automatically in boot time.
> but I cant figure it out how start faxq, hfaxd in boot time. the 
> srvices I make for them not work.
> how could I init hylafax in boot time so I dont have to command 
> "hylafax start" eache time after reboot?
>
> this is the srvice I made for faxgetty
> -----------------------------------------
> [Unit]
> Description=HylaFAX front-door process on ttyS0
>
> [Service]
> User=root
> Group=root
> Restart=always
> RestartSec=30
> ExecStart=/usr/sbin/faxgetty ttyS0
>
> [Install]
> WantedBy=multi-user.target


____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe [email protected] < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail [email protected].*