mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
init
This commit is contained in:
11
playbooks/files/services/lcd_control_start.service
Normal file
11
playbooks/files/services/lcd_control_start.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Run my custom task at shutdown only
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/python3 /usr/bin/lcd_control_start.py
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
Reference in New Issue
Block a user