summarylogtreecommitdiffstats
path: root/pacman-auto-update.service
blob: 5ab95b657a1989ae7ce92d315d0c9804a653f42c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Automatic Update
After=network-online.target 
[Service]
Type=simple
ExecStart=/usr/bin/pacman -Syuq --noconfirm
TimeoutStopSec=180
KillMode=process
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target