14 lines
No EOL
232 B
Desktop File
14 lines
No EOL
232 B
Desktop File
|
|
[Unit]
|
|
Description=User suspend actions
|
|
Before=suspend.target
|
|
|
|
[Service]
|
|
User=severin
|
|
Type=forking
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/home/severin/.local/bin/screenlock
|
|
ExecStartPost=/usr/bin/sleep 1
|
|
|
|
[Install]
|
|
WantedBy=sleep.target |