Skip to content

Commit

Permalink
Update 01-general.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyCook8 authored Dec 11, 2023
1 parent c4da078 commit a710b6f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions shared/macros/01-general.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,12 @@ JINJA MACRO ERROR - Unknown init system '{{{ init_system }}}'.
version: 3.1.0
systemd:
units:
- enabled: false
name: {{{ service }}}.service
- name: {{{ service }}}.service
enabled: false
mask: true
- name: {{{ service }}}.socket
enabled: false
mask: true
</pre>
<p>
This will disable the <tt>{{{ service }}}</tt> service in all the
Expand Down

0 comments on commit a710b6f

Please sign in to comment.