summarylogtreecommitdiffstats
path: root/p910nd.service
diff options
context:
space:
mode:
Diffstat (limited to 'p910nd.service')
-rw-r--r--p910nd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/p910nd.service b/p910nd.service
new file mode 100644
index 000000000000..2a899940cd72
--- /dev/null
+++ b/p910nd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=A small printer daemon intended for diskless workstations that passes jobs directly to the printer
+After=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/p910nd
+ExecStart=/usr/bin/p910nd $P910ND_OPTS $P910ND_NUM
+
+[Install]
+WantedBy=multi-user.target