mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 22:43:02 +02:00
15 lines
295 B
SYSTEMD
15 lines
295 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Workout Screen Locker
|
||
|
|
After=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
Environment=DISPLAY=:0
|
||
|
|
ExecStartPre=/bin/sleep 3
|
||
|
|
ExecStart=/usr/bin/python3 /home/kuhy/testsAndMisc/PYTHON/screen_locker/screen_lock.py
|
||
|
|
Restart=no
|
||
|
|
User=%u
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical-session.target
|