mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-10 03:58:30 -05:00
![Moritz Sanft](/assets/img/avatar_default.png)
* bootstrapper: disable gRPC logging * bootstrapper: remove debug flag * upgrade-agent: remove gRPC logging Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
17 lines
426 B
Desktop File
17 lines
426 B
Desktop File
[Unit]
|
|
Description=Constellation Bootstrapper
|
|
Wants=network-online.target
|
|
After=network-online.target configure-constel-csp.service
|
|
After=export_constellation_debug.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
Restart=on-failure
|
|
EnvironmentFile=/run/constellation.env
|
|
Environment=PATH=/run/state/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
|
|
ExecStart=/usr/bin/bootstrapper
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|