{"id":26384605,"url":"https://github.com/mlibre/startupspy","last_synced_at":"2026-04-20T09:02:58.869Z","repository":{"id":196932149,"uuid":"697486346","full_name":"mlibre/StartUpSpy","owner":"mlibre","description":"Bash script to inspect Linux system startup configurations","archived":false,"fork":false,"pushed_at":"2023-09-29T20:33:44.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T21:36:30.780Z","etag":null,"topics":["analyze","autostart","bash","linux","startup","systemd"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlibre.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-27T20:36:34.000Z","updated_at":"2024-06-23T08:09:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6e2c331-f472-4df5-babc-2b26e69cfa07","html_url":"https://github.com/mlibre/StartUpSpy","commit_stats":null,"previous_names":["mlibre/startupspy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlibre/StartUpSpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibre%2FStartUpSpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibre%2FStartUpSpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibre%2FStartUpSpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibre%2FStartUpSpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlibre","download_url":"https://codeload.github.com/mlibre/StartUpSpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlibre%2FStartUpSpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analyze","autostart","bash","linux","startup","systemd"],"created_at":"2025-03-17T07:29:49.090Z","updated_at":"2026-04-20T09:02:58.840Z","avatar_url":"https://github.com/mlibre.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StartupSpy 🚀\n\n`StartupSpy` is a handy Bash script that provides a comprehensive overview of startup and initialization files, services, and configurations on a Linux system. It's a valuable tool for both Linux administrators and enthusiasts who want to gain insights into what's happening under the hood during system startup.\n\n## Features\n\n- 📂 Checks user-specific and system-wide startup files\n- 🤖 Examines autostart directories for user and system applications\n- 🖥️ Investigates X session-related files and configurations\n- 🧰 Inspects systemd services, timers, and user-specific systemd units\n- 🚌 Monitors D-Bus services for added functionality\n- ⚙️ Scans init.d scripts and runlevel directories\n- ⏰ Reviews cron jobs for both users and the root\n- 🔄 Checks anacrontab for periodic tasks\n- 🔒 Investigates PAM (Pluggable Authentication Modules) configurations\n- 💼 Explores SDDM (Simple Desktop Display Manager) configurations\n- 🎨 Dives into LXDE (Lightweight X11 Desktop Environment) autostart configurations\n\n## Usage\n\nTo run the Startup Spy script, simply execute it in your terminal. You can use the `-i` flag for interactive mode, which pauses after each section for user input.\n\n```bash\n./startupspy.sh\n```\n\nFor interactive mode:\n\n```bash\n./startupspy.sh -i\n```\n\n**Note:** Some sections may require superuser privileges, so you may be prompted for your password during execution.\n\n## Manual Configuration Edits\n\nIf you want to manually edit or view specific configuration files and directories mentioned in the `StartupSpy` script, you can use the following commands:\n\n- nano .profile\n- nano /etc/profile\n- nano ~/.bash_profile\n- nano .bashrc\n- nano /etc/bash.bashrc\n- ls /etc/profile.d/\n- ls ~/.config/autostart\n- ls /etc/xdg/autostart\n- ls /usr/share/xsessions\n- nano ~/.xinitrc\n- nano /etc/X11/xinit/xinitrc\n- ls /etc/X11/xinit/xinitrc.d/\n- cat ~/.xserverrc\n- ls -1 /lib/systemd/system/*.service /etc/systemd/system/*.service\n- ls usr/share/dbus-1/system-services/\n- sudo systemctl list-unit-files --type=service --state=enabled --all\n- systemctl --user list-unit-files --type=service --state=enabled --all\n- sudo systemctl list-unit-files --type=timer --all\n- sudo systemctl list-timers --all\n- systemctl --user list-timers --all\n- ls /etc/init.d/\n- ls /etc/rc*\n- crontab -e\n- sudo crontab -e\n- ls -rla /etc/cron.*\n- cat /etc/anacrontab\n- ls /etc/pam.d/\n- cat /usr/lib/sddm/sddm.conf.d/\n- cat /etc/sddm.conf.d/\n- cat /etc/xdg/lxsession/LXDE/autostart\n- ls ~/.config/lxsession/LXDE/autostart\n\n## License\n\nThis project is licensed under the CC0 License\n\n## My ETH Address\n\n\u003e 0xc9b64496986E7b6D4A68fDF69eF132A35e91838e\n\nMade with ❤️ by Mlibre","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibre%2Fstartupspy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlibre%2Fstartupspy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlibre%2Fstartupspy/lists"}