This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Mutter Wayland Compositor with Root Shell | |
# This service should start after logind is ready and devices are settled. | |
After=systemd-logind.service systemd-udev-settle.service | |
[Service] | |
# Run the service as the root user. | |
User=root | |
# Add root to the 'video' and 'input' groups for direct hardware access. | |
SupplementaryGroups=video input |