summaryrefslogtreecommitdiff
path: root/extra/hylafax/hylafax.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hylafax/hylafax.service')
-rw-r--r--extra/hylafax/hylafax.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/hylafax/hylafax.service b/extra/hylafax/hylafax.service
new file mode 100644
index 000000000..27f571899
--- /dev/null
+++ b/extra/hylafax/hylafax.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Daily fax queue cleanup and deletion of 30 days old faxes
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/faxqclean
+ExecStart=/usr/bin/faxcron -rcv 30
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7
+