From 58f7632fd838ba3a8d8590baa10128c2db44c9ad Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 12 Aug 2026 19:27:30 +0200 Subject: mac updates --- .../LaunchAgents/homebrew.mxcl.mpd.plist.tmpl | 30 ++++++++++++++++++++++ .../LaunchAgents/homebrew.mxcl.syncthing.plist | 30 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 home/private_Library/LaunchAgents/homebrew.mxcl.mpd.plist.tmpl create mode 100644 home/private_Library/LaunchAgents/homebrew.mxcl.syncthing.plist (limited to 'home/private_Library') diff --git a/home/private_Library/LaunchAgents/homebrew.mxcl.mpd.plist.tmpl b/home/private_Library/LaunchAgents/homebrew.mxcl.mpd.plist.tmpl new file mode 100644 index 0000000..dc82a82 --- /dev/null +++ b/home/private_Library/LaunchAgents/homebrew.mxcl.mpd.plist.tmpl @@ -0,0 +1,30 @@ + + + + + KeepAlive + + Label + homebrew.mxcl.mpd + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProcessType + Interactive + ProgramArguments + + /opt/homebrew/opt/mpd/bin/mpd + --no-daemon + {{ env "XDG_CONFIG_HOME" }}/mpd/mpd.conf + + RunAtLoad + + WorkingDirectory + /opt/homebrew + + diff --git a/home/private_Library/LaunchAgents/homebrew.mxcl.syncthing.plist b/home/private_Library/LaunchAgents/homebrew.mxcl.syncthing.plist new file mode 100644 index 0000000..2932303 --- /dev/null +++ b/home/private_Library/LaunchAgents/homebrew.mxcl.syncthing.plist @@ -0,0 +1,30 @@ + + + + + KeepAlive + + Label + homebrew.mxcl.syncthing + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + /opt/homebrew/opt/syncthing/bin/syncthing + --no-browser + --no-restart + + RunAtLoad + + StandardErrorPath + /opt/homebrew/var/log/syncthing.log + StandardOutPath + /opt/homebrew/var/log/syncthing.log + + -- cgit v1.2.3