summarylogtreecommitdiffstats
path: root/faxrunqd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'faxrunqd@.service')
-rw-r--r--faxrunqd@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/faxrunqd@.service b/faxrunqd@.service
new file mode 100644
index 000000000000..199c849417ea
--- /dev/null
+++ b/faxrunqd@.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=faxrunqd - daemon to send fax jobs queued by faxspool(1) to %I
+After=dev-%i.device network.target nss-lookup.target
+
+[Service]
+Type=idle
+PrivateTmp=true
+ExecStart=/usr/sbin/faxrunqd -u fax -l %I
+Restart=always
+
+[Install]
+WantedBy=multi-user.target