Skip to content

Commit

Permalink
fix: moving vso tasks rotation to a vanilla-system-operator submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nellfs committed Jun 24, 2024
1 parent 807943b commit 9212a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ modules:
packages:
- dpkg-dev
- ifstat
- name: vso-tasks-rotation-autostart
type: shell
commands:
- mkdir /usr/lib/systemd/user/default.target.wants
- ln -s /usr/lib/systemd/user/vso-tasks-rotation.service /usr/lib/systemd/user/default.target.wants/vso-tasks-rotation.service
- name: adwdialog
type: dpkg-buildpackage
source:
Expand Down
6 changes: 0 additions & 6 deletions modules/171-vso-tasks-rotation-autostart.yml

This file was deleted.

0 comments on commit 9212a6f

Please sign in to comment.