aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/usr/lib/systemd/user/xds-server.service
blob: b76636e751516ce3928bdea6180538ea0a65f8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=XDS Server
Wants=network-online.target
After=network-online.target
StartLimitBurst=10
StartLimitIntervalSec=400

[Service]
EnvironmentFile=-/etc/default/xds-server
ExecStart=/opt/AGL/bin/xds-server
Restart=on-failure
RestartSec=2

[Install]
WantedBy=default.target