blob: 2a899940cd72b3f0c7e604e52fac30a6022d88e0 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|