mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
13 lines
201 B
Desktop File
Executable File
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
|