diff options
Diffstat (limited to 'conf.d/usr/lib')
-rw-r--r-- | conf.d/usr/lib/systemd/user/xds-agent.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/usr/lib/systemd/user/xds-agent.service b/conf.d/usr/lib/systemd/user/xds-agent.service index 1fd038b..6db084d 100644 --- a/conf.d/usr/lib/systemd/user/xds-agent.service +++ b/conf.d/usr/lib/systemd/user/xds-agent.service @@ -3,7 +3,7 @@ Description=XDS Agent [Service] EnvironmentFile=-/etc/default/xds-agent -ExecStart=/opt/AGL/xds/agent/xds-agent & +ExecStart=/opt/AGL/xds/agent/xds-agent [Install] WantedBy=multi-user.target |