aboutsummarylogtreecommitdiffstats
path: root/lpd.service
diff options
context:
space:
mode:
authordjraymondnm2015-06-22 15:00:46 -0600
committerdjraymondnm2015-06-22 15:00:46 -0600
commitd7ea6d080b340f45b5ee3b9898156a71bd287384 (patch)
tree6d05a2833927c905255af0efa6bce52e72329a42 /lpd.service
downloadaur-d7ea6d080b340f45b5ee3b9898156a71bd287384.tar.gz
Initial import
Diffstat (limited to 'lpd.service')
-rw-r--r--lpd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/lpd.service b/lpd.service
new file mode 100644
index 000000000000..d572a89647d6
--- /dev/null
+++ b/lpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lprng Printer Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/lpd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target