mirror of
https://github.com/nboughton/dotfiles
synced 2024-12-04 14:58:13 +01:00
7 lines
221 B
SYSTEMD
7 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Check for Pacman and AUR/git package updates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/nick/.config/waybar/modules/updates
|
|
ExecStart=go run /home/nick/.config/waybar/modules/updates/update-check.go |