From ab9bd2d7acdad8e74f29e2a01fcf91970ca5ba26 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:32:59 +0200 Subject: [PATCH] Delete files/etc/systemd/system directory --- .../systemd/system/firstboot-brew-install@.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 files/etc/systemd/system/firstboot-brew-install@.service diff --git a/files/etc/systemd/system/firstboot-brew-install@.service b/files/etc/systemd/system/firstboot-brew-install@.service deleted file mode 100644 index d2a6f66..0000000 --- a/files/etc/systemd/system/firstboot-brew-install@.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Install Homebrew for user %i -After=network-online.target systemd-user-sessions.service -Wants=network-online.target - -[Service] -Type=oneshot -User=%i -ExecStart=/usr/local/bin/install-homebrew.sh -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target