blob: da7493d8f6742ab0f36fb3c6dc0e18cc4193f45c [file] [log] [blame]
Patrick Ventureba7d1ec2018-10-17 19:04:02 -07001[Unit]
2Description=LPC Snoop Daemon
3After=systemd-modules-load.service
4
5[Service]
6Restart=always
Patrick Venture49a18b22019-03-28 11:28:26 -07007ExecStart=@bindir@/snoopd -d "/dev/@SNOOP_DEVICE@" -b "@POST_CODE_BYTES@"
Patrick Ventureba7d1ec2018-10-17 19:04:02 -07008
9[Install]
10WantedBy=@SYSTEMD_TARGET@