[Unit]
|
|
Description=Reactivate headphones after sleep
|
|
After=suspend.target
|
|
After=hibernate.target
|
|
After=hybrid-sleep.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/init-headphone effect0
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|
|
WantedBy=hibernate.target
|
|
WantedBy=hybrid-sleep.target
|