2022-10-19 07:10:15 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Constellation Bootstrapper
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target configure-constel-csp.service
|
2023-02-24 08:25:39 -05:00
|
|
|
After=export_constellation_debug.service
|
2022-10-19 07:10:15 -04:00
|
|
|
|
|
|
|
[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
|
2023-02-24 08:25:39 -05:00
|
|
|
ExecStart=/usr/bin/bootstrapper $CONSTELLATION_DEBUG_FLAGS
|
2022-10-19 07:10:15 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|