mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
15 lines
369 B
SYSTEMD
15 lines
369 B
SYSTEMD
|
[Unit]
|
||
|
Description=Constellation Upgrade Agent
|
||
|
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/upgrade-agent $CONSTELLATION_DEBUG_FLAGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|