Linux CLI - System Administration
Where should you place a custom systemd service unit file to ensure it overrides the default service configuration without modifying system files?
/etc/systemd/system/ to take precedence over default files./usr/lib/systemd/system/ and /lib/systemd/system/ contain vendor-provided units and should not be modified directly./etc/systemd/system/ allows safe customization and persistence across package updates.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions