summaryrefslogtreecommitdiff
path: root/recipes-support/usb-suspend-resume/files/usb-suspend.service
blob: e56630dd35eee9a2cec1a25967f8f54115eaaf71 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=User suspend actions
Before=sleep.target

[Service]
Type=simple
ExecStart=-/usr/bin/usb-suspend.sh

[Install]
WantedBy=sleep.target