mirror of
https://github.com/nboughton/dotfiles
synced 2025-02-22 01:21:06 +01:00
7 lines
215 B
SYSTEMD
7 lines
215 B
SYSTEMD
[Unit]
|
|
Description=Check for new upstream AUR versions of maintained NPM packages
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=%h/.config/waybar/modules/auroch
|
|
ExecStart=go run %h/.config/waybar/modules/auroch/auroch.go |