mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
bitwarden
This commit is contained in:
@ -9,7 +9,7 @@ User=root
|
|||||||
Environment=XAUTHORITY=/home/jd/.Xauthority
|
Environment=XAUTHORITY=/home/jd/.Xauthority
|
||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
#ExecStartPre=/bin/sleep 30
|
#ExecStartPre=/bin/sleep 30
|
||||||
ExecStart=/usr/bin/mqtt_srv
|
ExecStart=python3 /usr/bin/mqtt_srv.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
||||||
|
@ -14,3 +14,9 @@
|
|||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
mode: '755'
|
mode: '755'
|
||||||
owner: root
|
owner: root
|
||||||
|
- name: Install bottle python package
|
||||||
|
ansible.builtin.pip:
|
||||||
|
name:
|
||||||
|
- paho-mqtt
|
||||||
|
- getmac
|
||||||
|
- ping3
|
Reference in New Issue
Block a user