linuxShortcuts/Services/before-sleep.service

12 lines
170 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bruno Fontes script before sleep
Before=sleep.target
[Service]
Type=oneshot
Environment=DISPLAY=:0
ExecStart=echo ""
[Install]
WantedBy=sleep.target