diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-03 09:33:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-03 09:33:03 +0200 |
commit | 886e507e1caa10fa913750a9f65d51dd286eee72 (patch) | |
tree | ff8ff4ce7b8a8c3bb9861dc7d21dee2e2e825253 | |
parent | 09763a60f600342b8ecb997a83d80110f341048d (diff) |
Added systemd service file
Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | xds-agent.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xds-agent.service b/xds-agent.service new file mode 100644 index 0000000..66788dc --- /dev/null +++ b/xds-agent.service @@ -0,0 +1,9 @@ +[Unit] +Description=XDS Agent + +[Service] +User=claneys +ExecStart=/opt/AGL/xds/agent/xds-agent & + +[Install] +WantedBy=multi-user.target |