blob: 6dd8abe0d56c79b8c9c42acae4f3ff96629242bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
After=hibernate.target
After=hybrid-sleep.target
After=suspend.target
After=suspend-then-hibernate.target
[Service]
Type=simple
ExecStart=/bin/systemctl --no-block restart python3-validity.service open-fprintd.service
[Install]
WantedBy=hibernate.target
WantedBy=hybrid-sleep.target
WantedBy=suspend.target
WantedBy=suspend-then-hibernate.target
|