mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 00:44:20 -05:00
16 lines
385 B
SYSTEMD
16 lines
385 B
SYSTEMD
|
[Unit]
|
||
|
Description=Constellation Bootstrapper
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target configure-constel-csp.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
|