mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 21:09:27 +00:00
14 lines
342 B
SYSTEMD
14 lines
342 B
SYSTEMD
|
[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
|