20 lines
617 B
Desktop File
20 lines
617 B
Desktop File
[Unit]
|
|
Description=CachyOS Updater - Installation des mises à jour reportées avant extinction
|
|
DefaultDependencies=no
|
|
Before=poweroff.target halt.target reboot.target shutdown.target
|
|
# Après Plymouth pour pouvoir lui envoyer des messages
|
|
After=local-fs.target plymouth-start.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/cachyos-updater-shutdown
|
|
# Jusqu'à 10 minutes pour installer les mises à jour (kernel, systemd...)
|
|
TimeoutStartSec=600
|
|
RemainAfterExit=no
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=cachyos-updater-shutdown
|
|
|
|
[Install]
|
|
WantedBy=poweroff.target halt.target reboot.target
|