Magellan Linux

Annotation of /trunk/lprng/lpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1959 - (hide annotations) (download)
Fri Nov 16 14:42:43 2012 UTC (11 years, 6 months ago) by niro
File size: 149 byte(s)
-added systemd unit
1 niro 1959 [Unit]
2     Description=LPRng Printserver
3     After=syslog.target network.target
4    
5     [Service]
6     ExecStart=/usr/sbin/lpd -F
7    
8     [Install]
9     WantedBy=multi-user.target
10