-
Notifications
You must be signed in to change notification settings - Fork 429
Open
Description
"mkdir -p ~/.config/systemd/user
vim ~/.config/systemd/user/audio-defaults.service"
Issue: The process for creating the systemd service file is missing the step to enable the service, which is necessary for it to run automatically on boot.
Fix Suggestion:Add commands to enable and start the service:
systemctl --user enable audio-defaults.service
systemctl --user start audio-defaults.service
Metadata
Metadata
Assignees
Labels
No labels