blob: 1b480b64827a5894d4e3de322be3968392c4fe31 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=A script that automatically activates ASPM for all supported devices on Linux
[Service]
ExecStart=/usr/bin/autoaspm.py
Type=oneshot
[Install]
WantedBy=multi-user.target
|