ceada4f8de
- Deleted xinetd service in favor of socked based activation OBS-URL: https://build.opensuse.org/request/show/504186 OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=87
19 lines
430 B
Desktop File
19 lines
430 B
Desktop File
[Unit]
|
|
Description=Scanner Service
|
|
Requires=saned.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/saned
|
|
User=saned
|
|
Group=saned
|
|
StandardInput=null
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
Environment=SANE_CONFIG_DIR=@CONFIGDIR@
|
|
# If you need to debug your configuration uncomment the next line and
|
|
# change it as appropriate to set the desired debug options
|
|
# Environment=SANE_DEBUG_DLL=255 SANE_DEBUG_NET=255
|
|
|
|
[Install]
|
|
Also=saned.socket
|