summarylogtreecommitdiffstats
path: root/hfaxd.service
diff options
context:
space:
mode:
Diffstat (limited to 'hfaxd.service')
-rw-r--r--hfaxd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/hfaxd.service b/hfaxd.service
new file mode 100644
index 000000000000..31bd999b5152
--- /dev/null
+++ b/hfaxd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=HylaFAX+ client-server protocol server
+Documentation=man:hfaxd(8)
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/hfaxd -i hylafax
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target