1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Celery Beat Service After=network.target [Service] Type=simple User=ubuntu Group=ubuntu EnvironmentFile=/home/ubuntu/thatcomputerscientist/.env WorkingDirectory=/home/ubuntu/thatcomputerscientist ExecStart=/home/ubuntu/thatcomputerscientist/venv/bin/celery -A thatcomputerscientist beat Restart=always [Install] WantedBy=multi-user.target