blob: f587e2e868dcffe544fcb724128eacdaa484d254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Deactivate the discrete GPU on boot
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/vgaswitcheroo_start.sh
ExecStop=/usr/bin/vgaswitcheroo_stop.sh
[Install]
WantedBy=multi-user.target
|