mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
13 lines
245 B
Desktop File
13 lines
245 B
Desktop File
[Unit]
|
|
Description=Automatically update ArchLinux
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pacman -Syuq --noconfirm
|
|
TimeoutStopSec=180
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|