3 lines
165 B
Bash
Executable file
3 lines
165 B
Bash
Executable file
#!/usr/bin/env bash
|
|
sudo systemctl list-unit-files --state=enabled > systemd_enabled.txt
|
|
systemctl list-unit-files --user --state=enabled > systemd_enabled_user.txt
|