[arch-commits] Commit in hylafax/trunk (hylafax.service hylafax.timer)

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue Apr 1 15:30:58 UTC 2014


    Date: Tuesday, April 1, 2014 @ 17:30:58
  Author: tpowa
Revision: 209709

upgpkg: hylafax 6.0.6-5

remove cron script and replace with systemd service

Added:
  hylafax/trunk/hylafax.service
  hylafax/trunk/hylafax.timer

-----------------+
 hylafax.service |   11 +++++++++++
 hylafax.timer   |    7 +++++++
 2 files changed, 18 insertions(+)

Added: hylafax.service
===================================================================
--- hylafax.service	                        (rev 0)
+++ hylafax.service	2014-04-01 15:30:58 UTC (rev 209709)
@@ -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
+

Added: hylafax.timer
===================================================================
--- hylafax.timer	                        (rev 0)
+++ hylafax.timer	2014-04-01 15:30:58 UTC (rev 209709)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Daily fax queue cleanup and deletion of 30 days old faxes
+
+[Timer]
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true




More information about the arch-commits mailing list