Commit Graph

5 Commits

Author SHA1 Message Date
j1nx e663240d23 [ALL] The big cleanup to change mycroft into ovos 2023-08-31 19:03:59 +00:00
j1nx 1bc5fe7ea5 [ALL] Pass the pipewire sockets into the containers instead of pulseaudio 2023-08-31 13:33:35 +00:00
j1nx 2eac7d5ceb [ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
2023-08-31 07:42:39 +00:00
j1nx bf166be419 [ALL] Podman quadlets fixes and changes. 2023-08-30 18:49:54 +00:00
j1nx 37e6f47bf7 [ALL] Implement podman quadlet system for rootless systemd integration (untested)
Place these file like here within;

  /etc/containers/systemd/users/

for them to be available for all system users or place them within;

  /etc/containers/systemd/users/<UUID>
  ~/.config/containers/systemd/

for them to be available for that specific user.

The systemd service files can then be automagically be created by the command;

  $ systemctl --user daemon-reload

After which they can be started/enabled normally with;

  $ systemctl --user start ovos_messagebus
  $ systemctl --user start ovos_phal
  etc.
2023-08-30 11:50:40 +00:00