summarylogtreecommitdiffstats
path: root/p910nd.service
diff options
context:
space:
mode:
authorKyle Keen2015-08-04 23:29:54 -0400
committerKyle Keen2015-08-04 23:29:54 -0400
commitdf1d419e2f381b0e215af14bc865ecf0cd892c6e (patch)
treeb225208312d6abc90f16dcc4cdba1f7d658692fb /p910nd.service
downloadaur-df1d419e2f381b0e215af14bc865ecf0cd892c6e.tar.gz
Initial import
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