7 lines
117 B
SYSTEMD
7 lines
117 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run Pacman to upgrade packages
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/pacman -Syu --noconfirm
|