From a727d875a61e8556d41ee424fe65818736bf7d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 3 Aug 2018 18:17:42 +0200 Subject: Replace manual install of systemd files with install via dh_installsystemd --- debian/sane-utils.saned@.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/sane-utils.saned@.service (limited to 'debian/sane-utils.saned@.service') diff --git a/debian/sane-utils.saned@.service b/debian/sane-utils.saned@.service new file mode 100644 index 0000000..425ee7a --- /dev/null +++ b/debian/sane-utils.saned@.service @@ -0,0 +1,16 @@ +[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=/etc/sane.d +# Environment=SANE_CONFIG_DIR=/etc/sane.d SANE_DEBUG_DLL=255 + +[Install] +Also=saned.socket -- cgit v1.2.3