blob: 845d41504679eb207c475148a3dea835af638908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=CAPI to fax receive
Requires=faxq.service
After=faxq.service mISDNcapid.service
[Service]
ExecStart=/usr/bin/c2faxrecv
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|