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