shell-things/etc/systemd/system/linuxbrew-update.service
Aminda Suomalainen 3c52ef8fd5
systemd: turn brew-update-user to a system service
the user service would require the specific user to login or linger
2025-07-24 11:01:15 +03:00

8 lines
147 B
Desktop File

[Unit]
Description=Install linuxbrew updates
[Service]
Type=oneshot
ExecStartPre=/usr/local/bin/brew update
ExecStart=/usr/local/bin/brew upgrade