constellation/image/mkosi.skeleton/usr/lib/systemd/system/constellation-upgrade-agent.service

15 lines
369 B
SYSTEMD
Raw Normal View History

2022-12-29 11:50:11 -05:00
[Unit]
Description=Constellation Upgrade Agent
After=export_constellation_debug.service
2022-12-29 11:50:11 -05:00
[Service]
Type=simple
RemainAfterExit=yes
Restart=on-failure
EnvironmentFile=/run/constellation.env
2023-01-06 06:05:47 -05:00
Environment=PATH=/run/state/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
ExecStart=/usr/bin/upgrade-agent $CONSTELLATION_DEBUG_FLAGS
2022-12-29 11:50:11 -05:00
[Install]
WantedBy=multi-user.target