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