blob: cc0c6ce56a211794df738eccce22c0b2fa56f58d (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Hyla FAX client-server
[Service]
Type=forking
ExecStart=/usr/lib/fax/hfaxd -i hylafax
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|