mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-02 19:30:57 -05:00
17 lines
453 B
SYSTEMD
17 lines
453 B
SYSTEMD
|
[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 $CONSTELLATION_DEBUG_FLAGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|