2024-05-05 10:27:56 +00:00
|
|
|
[Unit]
|
2024-05-19 14:23:11 +00:00
|
|
|
Description=Update distrobox for current user
|
2024-05-05 10:27:56 +00:00
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-05-19 14:23:11 +00:00
|
|
|
ExecStart=/usr/libexec/azure-distrobox
|
2024-05-05 10:27:56 +00:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=30
|
|
|
|
StartLimitInterval=0
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|