restart tor on acpi resume

This commit is contained in:
olli 2024-02-16 13:18:44 +01:00
parent 2075f81b9f
commit fc08a300e4

View File

@ -57,6 +57,32 @@
notify: notify:
- Restart tor - Restart tor
- name: restart tor after acpi sleep/resume
blockinfile:
path: /etc/systemd/system/tor-resume-restart.service
create: yes
mode: "0444"
owner: root
group: root
marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: |
# restart tor after acpi sleep/resume
[Unit]
Description=Restart Bluetooth after resume
After=suspend.target
[Service]
Type=simple
ExecStart=/usr/bin/systemctl --no-block restart tor.service
[Install]
WantedBy=suspend.target
- name: enable restart tor after acpi sleep/resume
command: systemctl enable tor-resume-restart.service
args:
creates: /etc/systemd/system/multi-user.target.wants/tor-resume-restart.service
- name: Privoxy Config - name: Privoxy Config
blockinfile: blockinfile:
path: /etc/privoxy/config path: /etc/privoxy/config