mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-13 05:21:34 -05:00
12 lines
180 B
SYSTEMD
12 lines
180 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Constellation Upgrade Agent
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
RemainAfterExit=yes
|
||
|
Restart=on-failure
|
||
|
ExecStart=/usr/bin/upgrade-agent
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|