how hylafax start at boot in fedora 25
Yaser Kholusi <[email protected]> Tue, 26 Dec 2017 10:29:21 +0330
| Newsgroups | gmane.comp.telephony.fax.hylafax.user |
|---|---|
| Message-ID | <CADS5SS6Qp1SK_ykgwSP0-P+4LrMH58VqRd4xDO-DPseBMS7JVA@mail.gmail.com> |
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