feat: add topgrade
This commit is contained in:
parent
2dd105e30d
commit
4a4b1b9044
6 changed files with 24 additions and 13 deletions
14
files/usr/lib/systemd/user/azure-topgrade.service
Normal file
14
files/usr/lib/systemd/user/azure-topgrade.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Update everything for current user
|
||||
Wants=network-online.target
|
||||
After=network-online.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/libexec/azure-topgrade
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
StartLimitInterval=0
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue