From e437300d0b5c20114ea1843dbf00815304af3f27 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 1 Apr 2024 19:47:05 -0400 Subject: Initial check-in Initial check-in of proxy implementation. See README.md for build and configuration information, as well as feature implementation status (TODOs section). Bug-AGL: SPEC-5109 Change-Id: I681c693a73f29e284670be977e1a460883f27769 Signed-off-by: Scott Murray --- systemd/agl-vss-proxy.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd/agl-vss-proxy.service (limited to 'systemd/agl-vss-proxy.service') diff --git a/systemd/agl-vss-proxy.service b/systemd/agl-vss-proxy.service new file mode 100644 index 0000000..1839543 --- /dev/null +++ b/systemd/agl-vss-proxy.service @@ -0,0 +1,11 @@ +[Unit] +Requires=kuksa-databroker.service +After=kuksa-databroker.service + +[Service] +Type=simple +ExecStart=/usr/sbin/agl-vss-proxy +Restart=on-failure + +[Install] +WantedBy=default.target -- cgit 1.2.3-korg