mirror of
https://github.com/nboughton/dotfiles
synced 2025-02-19 18:11:17 +01:00
8 lines
201 B
SYSTEMD
8 lines
201 B
SYSTEMD
[Unit]
|
|
Description=Check for Pacman and AUR/git package updates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=%h/.config/waybar/modules/updates
|
|
ExecStart=go run %h/.config/waybar/modules/updates/updates.go
|