2024-05-05 10:27:56 +00:00
|
|
|
[Unit]
|
2024-06-03 17:46:13 +00:00
|
|
|
Description=Update everything for current user
|
2024-05-05 10:27:56 +00:00
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-06-03 17:46:13 +00:00
|
|
|
ExecStart=/usr/libexec/azure-topgrade
|
2024-05-05 10:27:56 +00:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=30
|
|
|
|
StartLimitInterval=0
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|