Skip to content

Instantly share code, notes, and snippets.

View alixiaikuda's full-sized avatar
🏳️‍⚧️

alixia 🩷 alixiaikuda

🏳️‍⚧️
View GitHub Profile
@alixiaikuda
alixiaikuda / set-rotational.service
Last active December 30, 2024 18:15
automatically set the rotational value of a device by uuid.
[Unit]
Description=set the rotational value for a specific device
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/set_rotational.sh
[Install]
WantedBy=multi-user.target