Files
ansible/playbooks/files/services/lcd_control.service
jaydee 13b93d7f2b
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
build
2026-03-16 13:36:29 +01:00

14 lines
348 B
Desktop File
Executable File

[Unit]
Description=Led Control service
Wants=network-online.target
After=network.target network-online.target
[Service]
Type=simple
User=root
#ExecStartPre=/bin/sleep 30
ExecStart=/opt/myenv/bin/python3 /usr/bin/lcd_control.py
[Install]
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target