mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
12 lines
170 B
SYSTEMD
12 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=Bruno Fontes script before sleep
|
||
|
Before=sleep.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
Environment=DISPLAY=:0
|
||
|
ExecStart=echo ""
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sleep.target
|