testsAndMisc/python_pkg/screen_locker/workout-locker.service

15 lines
312 B
SYSTEMD
Raw Normal View History

2025-11-18 18:07:15 +01:00
[Unit]
Description=Workout Screen Locker
After=graphical-session.target
[Service]
Type=simple
Environment=DISPLAY=:0
ExecStartPre=/bin/sleep 3
2026-01-02 19:11:54 +01:00
ExecStart=/usr/bin/python3 /home/kuhy/testsAndMisc/python_pkg/screen_locker/screen_lock.py --production
2025-11-18 18:07:15 +01:00
Restart=no
User=%u
[Install]
WantedBy=graphical-session.target