Merge Debian 3.0.33-2 and 3.0.33-3 changes.
[privoxy.git] / debian / privoxy-cleanup.service
diff --git a/debian/privoxy-cleanup.service b/debian/privoxy-cleanup.service
new file mode 100644 (file)
index 0000000..8887181
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=privoxy certificate cleanup
+Documentation=man:privoxy(8) https://www.privoxy.org/user-manual/
+ConditionACPower=true
+
+[Service]
+Type=oneshot
+ExecStart=/etc/cron.daily/privoxy systemd-timer
+
+# performance options
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7
+