[go: up one dir, main page]

File: lprint.service.in

package info (click to toggle)
lprint 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: ansic: 7,987; sh: 3,267; makefile: 180
file content (13 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=LPrint Service
After=network.target nss-lookup.target
Requires=avahi-daemon.socket

[Install]
WantedBy=multi-user.target

[Service]
ExecStart=@bindir@/lprint server -o log-file=- -o log-level=info
Type=simple
Restart=on-failure