Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

VSO tasks not running on boot #28

Closed SamuelNorbury closed 1 year ago

SamuelNorbury commented 1 year ago

Issue Description

image

The above task was created to automatically start syncthing, installed via apx, on boot. However, it never gets started.

Steps to Reproduce

$ apx install syncthing
$ vso create-task -n "Syncthing" -d "start syncthing on boot" --on-boot -c "apx run syncthing"
$ reboot

after boot:

$ pgrep syncthing

On what version of Vanilla OS this happens?

22.10

Additional Information

No response

mirkobrombin commented 1 year ago

--on-boot is not implemented and should not even be available