Skip to content
Snippets Groups Projects
Verified Commit 9227825b authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Revert "common: override smartd.service with ConditionVirtualization=no"

parent d7d4ecbc
No related branches found
No related tags found
No related merge requests found
[Unit]
ConditionVirtualization=no
......@@ -25,16 +25,8 @@
pacman: name=smartmontools state=present
when: "'hcloud' not in group_names"
# override smartd.service with ConditionVirtualization=no
# this should appear in the next upstream release, see https://github.com/smartmontools/smartmontools/issues/62
- name: create drop-in directory for smartd.service
file: path=/etc/systemd/system/smartd.service.d state=directory owner=root group=root mode=0755
- name: install drop-in snippet for smartd.service
copy: src=smartd-override.conf dest=/etc/systemd/system/smartd.service.d/override.conf owner=root group=root mode=0644
- name: start and enable smart
service: name=smartd enabled=yes state=started daemon_reload=yes
service: name=smartd enabled=yes state=started
when: "'hcloud' not in group_names"
- name: start and enable btrfs scrub timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment