diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-20 14:30:33 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-20 14:36:43 +0200 |
commit | 2d90eac319979dba64371258b30e61e77a15db7d (patch) | |
tree | 3b89b5efcf4b4476852a9944a12d5c9a6e3502fd /conf.d/usr/lib/systemd/user | |
parent | 77ab312b87324090ec6cb619d11f792b53fdddbd (diff) | |
parent | 7843cfd903cf7770df81c91193068900fb563e59 (diff) |
Merge branch 'master' into wipv0.3.0-rc1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/usr/lib/systemd/user')
-rw-r--r-- | conf.d/usr/lib/systemd/user/xds-agent.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/usr/lib/systemd/user/xds-agent.service b/conf.d/usr/lib/systemd/user/xds-agent.service new file mode 100644 index 0000000..1fd038b --- /dev/null +++ b/conf.d/usr/lib/systemd/user/xds-agent.service @@ -0,0 +1,9 @@ +[Unit] +Description=XDS Agent + +[Service] +EnvironmentFile=-/etc/default/xds-agent +ExecStart=/opt/AGL/xds/agent/xds-agent & + +[Install] +WantedBy=multi-user.target |