Skip to content

Commit

Permalink
fix: systemd units already enabled
Browse files Browse the repository at this point in the history
remove enable-systemd-units
  • Loading branch information
mirkobrombin committed Jun 17, 2024
1 parent 8dac2dd commit 66d3a94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ stages:
commands:
- cp /usr/share/polkit-1/actions/_org.spice-space.lowlevelusbaccess.policy /usr/share/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy

- name: enable-systemd-units
type: shell
commands:
- ln -s /lib/systemd/system/sshd.service /etc/systemd/system/multi-user.target.wants/sshd.service
- ln -s /lib/systemd/system/libvirtd.service /etc/systemd/system/multi-user.target.wants/libvirtd.service

- name: set-libvirt-group
type: shell
commands:
Expand Down

0 comments on commit 66d3a94

Please sign in to comment.