mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
287 B
SYSTEMD
12 lines
287 B
SYSTEMD
|
[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
|