mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-16 14:40:00 +01:00
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
14 lines
348 B
Desktop File
Executable File
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
|