linuxShortcuts/Services/before-sleep.service

13 lines
201 B
Desktop File
Executable File

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