jobextra/sane/saned.service

19 lines
431 B
SYSTEMD

[Unit]
Description=Scanner Service
Requires=saned.socket
[Service]
User=saned
Group=saned
ExecStart=/usr/bin/saned
StandardInput=null
StandardOutput=journal
StandardError=journal
Environment=SANE_CONFIG_DIR=/etc/sane.d
# 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