Moves all tasks run by the Celery worker into a discrete package/module for easier installation. Also adjusts several parameters throughout to accomplish this.
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/sh
|
|
|
|
# Disable the services
|
|
systemctl disable pvcworkerd.service
|