mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
init
This commit is contained in:
13
playbooks/files/services/lcd_control.service
Normal file
13
playbooks/files/services/lcd_control.service
Normal file
@ -0,0 +1,13 @@
|
||||
[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=/usr/bin/python3 /usr/bin/lcd_control.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
Reference in New Issue
Block a user