bitwarden

This commit is contained in:
jaydee
2024-06-08 22:34:41 +02:00
parent 58a14539d8
commit b58e41a31f
2 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,7 @@ User=root
Environment=XAUTHORITY=/home/jd/.Xauthority
Environment=DISPLAY=:0
#ExecStartPre=/bin/sleep 30
ExecStart=/usr/bin/mqtt_srv
ExecStart=python3 /usr/bin/mqtt_srv.py
[Install]
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

View File

@ -13,4 +13,10 @@
src: scripts/mqtt_srv.py
dest: /usr/bin/
mode: '755'
owner: root
owner: root
- name: Install bottle python package
ansible.builtin.pip:
name:
- paho-mqtt
- getmac
- ping3