Skip to content

Commit

Permalink
Revert "Systemd changes"
Browse files Browse the repository at this point in the history
This reverts commit 1d8d6a6.
  • Loading branch information
quartje committed Feb 3, 2023
1 parent ea673b7 commit 54b10d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/mongo/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@

- name: Add mongo kernel settings script to rc.local
lineinfile:
dest: "/etc/rc.d/rc.local"
dest: "/etc/rc.local"
state: present
line: "/usr/local/sbin/mongo_kernel_settings.sh"
create: true

- name: Make rc.local executable
file:
Expand Down

0 comments on commit 54b10d4

Please sign in to comment.