Compare commits

...

2 Commits

3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,7 @@
[Unit]
Description=Install linuxbrew updates
[Service]
Type=oneshot
ExecStartPre=/usr/local/bin/brew update
ExecStart=/usr/local/bin/brew upgrade

View File

@ -0,0 +1,15 @@
[Unit]
Description=Install homebrew updates regularly
[Timer]
#OnCalendar=*-*-* 19:00:00
# Executed every 4 hours
OnUnitActiveSec=4h
# Executed 5 minutes from boot
OnBootSec=300
# Delay execution by something between 0 seconds and 3 hours
RandomizedDelaySec=3h
Persistent=true
[Install]
WantedBy=timers.target

View File

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Exec=footclient -m tmux Exec=footclient tmux
Icon=foot Icon=foot
Terminal=false Terminal=false
Name=Foot Client running tmux Name=Foot Client running tmux